summaryrefslogtreecommitdiff
path: root/quacker/quacker.cpp
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2016-08-03 09:48:13 -0500
committerJohn Fultz <jfultz@wolfram.com>2016-08-03 09:48:13 -0500
commitc297159674402083f0de96f274467045375ef610 (patch)
tree5eff4d6252eca148cc442f200d95331ea4336b09 /quacker/quacker.cpp
parentdbcb13d3c87133117bc54023c162ad0a202efa1d (diff)
Bump version to 1.0.3.
Diffstat (limited to 'quacker/quacker.cpp')
-rw-r--r--quacker/quacker.cpp4
1 files changed, 2 insertions, 2 deletions
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(
-"<p><b>Quackle</b> 1.0.2 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.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>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.2"), dialogText(aboutText));
+ QMessageBox::about(this, tr("About Quackle 1.0.3"), dialogText(aboutText));
}
void TopLevel::hints()