From c297159674402083f0de96f274467045375ef610 Mon Sep 17 00:00:00 2001 From: John Fultz Date: Wed, 3 Aug 2016 09:48:13 -0500 Subject: Bump version to 1.0.3. --- quacker/Info.plist | 2 +- quacker/quacker.cpp | 4 ++-- quacker/quacker.plist | 2 +- quacker/quacker.pro | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'quacker') diff --git a/quacker/Info.plist b/quacker/Info.plist index d6ce154..29cb164 100644 --- a/quacker/Info.plist +++ b/quacker/Info.plist @@ -26,7 +26,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.2 + 1.0.3 CFBundleSignature ???? CFBundleVersion diff --git a/quacker/quacker.cpp b/quacker/quacker.cpp index 5f06822..976ba5b 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.2 is a crossword game playing, analysis, and study tool. Visit the Quackle homepage at http://quackle.org for more information.

" +"

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 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.2"), dialogText(aboutText)); + QMessageBox::about(this, tr("About Quackle 1.0.3"), dialogText(aboutText)); } void TopLevel::hints() diff --git a/quacker/quacker.plist b/quacker/quacker.plist index cf8d52f..3969d54 100644 --- a/quacker/quacker.plist +++ b/quacker/quacker.plist @@ -13,7 +13,7 @@ CFBundleName Quackle CFBundleShortVersionString - 1.0.2 + 1.0.3 CFBundlePackageType APPL LSApplicationCategoryType diff --git a/quacker/quacker.pro b/quacker/quacker.pro index 774055b..ba0f90a 100644 --- a/quacker/quacker.pro +++ b/quacker/quacker.pro @@ -1,5 +1,5 @@ TEMPLATE = app -VERSION = 1.0.2 +VERSION = 1.0.3 TARGET = Quackle DEPENDPATH += .. ../quackleio INCLUDEPATH += . .. -- cgit v1.2.3