diff options
author | John Fultz <jfultz@wolfram.com> | 2015-11-08 21:16:44 -0600 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2015-11-08 21:36:51 -0600 |
commit | 5773adb42c257e269dfb083bba8c797c6a3db40a (patch) | |
tree | 99869aece576db171e23c50408c1bdb5081852c7 /quacker/quacker.pro | |
parent | a32891e1408cbfc526af5497c96b0092a4b8d0fd (diff) |
Fix #8, last choice in theme and alphabet combox didn't work.
I had reserved the last spot for "Add new theme/alphabet", but
then abandoned that feature for v1. But forgot to rip out the
code handling it.
Bump version number to 1.0.1.
Diffstat (limited to 'quacker/quacker.pro')
-rw-r--r-- | quacker/quacker.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quacker/quacker.pro b/quacker/quacker.pro index ca975c4..310089a 100644 --- a/quacker/quacker.pro +++ b/quacker/quacker.pro @@ -1,5 +1,5 @@ TEMPLATE = app -VERSION = 1.0 +VERSION = 1.0.1 TARGET = Quackle DEPENDPATH += .. ../quackleio INCLUDEPATH += . .. |