From 73a4e0869fec8c6e3d1f51865ce70f5b8607f407 Mon Sep 17 00:00:00 2001 From: John Fultz Date: Wed, 2 Aug 2017 00:28:59 -0500 Subject: Bump version number to 1.0.4. --- quacker/Quackle.plist | 2 +- quacker/quacker.cpp | 4 ++-- quacker/quacker.pro | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'quacker') 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 @@ CFBundleName Quackle CFBundleShortVersionString - 1.0.3 + 1.0.4 CFBundlePackageType APPL LSApplicationCategoryType 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( -"

Quackle 1.0.3 is a crossword game playing, analysis, and study tool. Visit the Quackle homepage at http://quackle.org for more information.

" +"

Quackle 1.0.4 is a crossword game playing, analysis, and study tool. Visit the Quackle homepage at http://quackle.org for more information.

" "

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.

" "

Copyright 2005-2016 by

" ""; } - 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 += . .. -- cgit v1.2.3