summaryrefslogtreecommitdiffstats
path: root/sigmodr/Sigmodr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/Sigmodr.cpp')
-rw-r--r--sigmodr/Sigmodr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmodr/Sigmodr.cpp b/sigmodr/Sigmodr.cpp
index 9147d1d7..d063e408 100644
--- a/sigmodr/Sigmodr.cpp
+++ b/sigmodr/Sigmodr.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Ben Boeckel <MathStuf@gmail.com>
+ * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -49,7 +49,7 @@ int main(int argc, char* argv[])
{
qInstallMsgHandler(messageHandler);
- KAboutData about("sigmodr", "sigmodr", ki18n("Sigmodr"), "0.0.2", ki18n(""), KAboutData::License_GPL_V3, ki18n("©2007-2008 Ben Boeckel"), ki18n("This program offers an easy interface so that Sigmods can be easily created."), "http://sourceforge.net/projects/sigen");
+ KAboutData about("sigmodr", "sigmodr", ki18n("Sigmodr"), "0.1.0", ki18n(""), KAboutData::License_GPL_V3, ki18n("©2007-2008 Ben Boeckel"), ki18n("This program offers an easy interface so that Sigmods can be easily created."), "http://sourceforge.net/projects/sigen");
about.setProgramName(ki18n("Sigmodr"));
about.addAuthor(ki18n("Ben Boeckel"), ki18n("Lead Programmer"), "MathStuf@gmail.com", "");
about.addCredit(ki18n("Peter Fernandes"), ki18n("Ideas"), "supersonicandtails@gmail.com", "http://www.hypersonicsoft.org");