diff options
Diffstat (limited to 'quacker')
-rw-r--r-- | quacker/Info.plist | 2 | ||||
-rw-r--r-- | quacker/quacker.cpp | 6 | ||||
-rw-r--r-- | quacker/quacker.plist | 2 |
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 <jasonkatzbrown@gmail.com></li>" "<li>John O'Laughlin <olaughlin@gmail.com></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 © 2005-2013 by Jason Katz-Brown & John O'Laughlin</string> + <string>Copyright © 2005-2015 by Jason Katz-Brown & John O'Laughlin</string> </dict> </plist> |