diff options
Diffstat (limited to 'quacker')
-rw-r--r-- | quacker/Quackle.plist | 2 | ||||
-rw-r--r-- | quacker/quacker.cpp | 4 | ||||
-rw-r--r-- | quacker/quacker.pro | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/quacker/Quackle.plist b/quacker/Quackle.plist index c826b55..86fee38 100644 --- a/quacker/Quackle.plist +++ b/quacker/Quackle.plist @@ -13,7 +13,7 @@ <key>CFBundleName</key> <string>Quackle</string> <key>CFBundleShortVersionString</key> - <string>1.0.3</string> + <string>1.0.4</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>LSApplicationCategoryType</key> diff --git a/quacker/quacker.cpp b/quacker/quacker.cpp index 97f24b0..4e7e39f 100644 --- a/quacker/quacker.cpp +++ b/quacker/quacker.cpp @@ -2115,7 +2115,7 @@ void TopLevel::firstTimeRun() void TopLevel::about() { QString aboutText = tr( -"<p><b>Quackle</b> 1.0.3 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><b>Quackle</b> 1.0.4 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-2016 by</p>" "<ul>" @@ -2143,7 +2143,7 @@ void TopLevel::about() fclose(file); aboutText += "</ul>"; } - QMessageBox::about(this, tr("About Quackle 1.0.3"), dialogText(aboutText)); + QMessageBox::about(this, tr("About Quackle 1.0.4"), dialogText(aboutText)); } void TopLevel::hints() diff --git a/quacker/quacker.pro b/quacker/quacker.pro index 7bc5a6d..e924e86 100644 --- a/quacker/quacker.pro +++ b/quacker/quacker.pro @@ -1,5 +1,5 @@ TEMPLATE = app -VERSION = 1.0.3 +VERSION = 1.0.4 TARGET = Quackle DEPENDPATH += .. ../quackleio INCLUDEPATH += . .. |