summaryrefslogtreecommitdiff
path: root/quacker
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2015-08-18 10:35:05 -0500
committerJohn Fultz <jfultz@wolfram.com>2015-08-18 10:35:05 -0500
commit0c941df84d544e2e676d9a8acfbe345f8156e161 (patch)
tree2f943800e3fab8037b1aa9f336598450cc4e5b29 /quacker
parentf814628b3aabef20db3320a5e58217f758fa2760 (diff)
Cleanups and bump the version number.
Diffstat (limited to 'quacker')
-rw-r--r--quacker/Info.plist2
-rw-r--r--quacker/quacker.cpp6
-rw-r--r--quacker/quacker.plist2
3 files changed, 5 insertions, 5 deletions
diff --git a/quacker/Info.plist b/quacker/Info.plist
index 015f161..854c8a9 100644
--- a/quacker/Info.plist
+++ b/quacker/Info.plist
@@ -26,7 +26,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>0.98</string>
+ <string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
diff --git a/quacker/quacker.cpp b/quacker/quacker.cpp
index 098ff84..a1f7064 100644
--- a/quacker/quacker.cpp
+++ b/quacker/quacker.cpp
@@ -2120,10 +2120,10 @@ void TopLevel::firstTimeRun()
void TopLevel::about()
{
- QMessageBox::about(this, tr("About Quackle 0.98"), dialogText(tr(
-"<p><b>Quackle</b> 0.98 is a crossword game playing, analysis, and study tool. Visit the Quackle homepage at <tt><a href=\"http://quackle.org\">http://quackle.org</a></tt> for more information.</p>"
+ QMessageBox::about(this, tr("About Quackle 1.0"), dialogText(tr(
+"<p><b>Quackle</b> 1.0 is a crossword game playing, analysis, and study tool. Visit the Quackle homepage at <tt><a href=\"http://quackle.org\">http://quackle.org</a></tt> for more information.</p>"
"<p>Quackle was written by Jason Katz-Brown, John O'Laughlin, John Fultz, Matt Liberty, and Anand Buddhdev. We thank the anonymous donor who made this software free.</p>"
-"<p>Copyright 2005-2014 by</p>"
+"<p>Copyright 2005-2015 by</p>"
"<ul>"
"<li>Jason Katz-Brown &lt;jasonkatzbrown@gmail.com&gt;</li>"
"<li>John O'Laughlin &lt;olaughlin@gmail.com&gt;</li>"
diff --git a/quacker/quacker.plist b/quacker/quacker.plist
index bf6b31e..eef0ac9 100644
--- a/quacker/quacker.plist
+++ b/quacker/quacker.plist
@@ -21,6 +21,6 @@
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright &copy; 2005-2013 by Jason Katz-Brown & John O'Laughlin</string>
+ <string>Copyright &copy; 2005-2015 by Jason Katz-Brown & John O'Laughlin</string>
</dict>
</plist>