summaryrefslogtreecommitdiffstats
path: root/sigbattle/Sigbattle.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-06-05 00:44:03 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-06-15 11:13:16 -0400
commitc6f12ca89d550429493fc62fb41d683736e3295a (patch)
treea456ff4eb05cac2c16830b161af7ee8bd73c56b2 /sigbattle/Sigbattle.cpp
parent4e397e5a576a312d6365a4c1da9a3ee8096623fa (diff)
downloadsigen-c6f12ca89d550429493fc62fb41d683736e3295a.tar.gz
sigen-c6f12ca89d550429493fc62fb41d683736e3295a.tar.xz
sigen-c6f12ca89d550429493fc62fb41d683736e3295a.zip
Revert "Bump version and fix version check ordering"
This reverts commit f184c1d8d4410f735287c4663494ce4af4f6826b. Messed up version bump
Diffstat (limited to 'sigbattle/Sigbattle.cpp')
-rw-r--r--sigbattle/Sigbattle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigbattle/Sigbattle.cpp b/sigbattle/Sigbattle.cpp
index 7158eae1..638c2198 100644
--- a/sigbattle/Sigbattle.cpp
+++ b/sigbattle/Sigbattle.cpp
@@ -55,7 +55,7 @@ int main(int argc, char* argv[])
srand48(time(NULL));
// TODO
- KAboutData about("sigbattle", "sigbattle", ki18n("Sigbattle"), "0.2.0", ki18n(""), KAboutData::License_GPL_V3, ki18n("©2009 Ben Boeckel"), ki18n("This program offers a way to battle with creatures from a Sigmod."), "");
+ KAboutData about("sigbattle", "sigbattle", ki18n("Sigbattle"), "0.1.1", ki18n(""), KAboutData::License_GPL_V3, ki18n("©2009 Ben Boeckel"), ki18n("This program offers a way to battle with creatures from a Sigmod."), "");
about.setProgramName(ki18n("Sigbattle"));
about.addAuthor(ki18n("Ben Boeckel"), ki18n("Lead Programmer"), "MathStuf@gmail.com", "http://benboeckel.net/blog");
// TODO