summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--sigmodr/Sigmodr.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a822b072..eafb0f6e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ include(test.cmake)
set(SIGEN_VERSION_MAJOR 0)
set(SIGEN_VERSION_MINOR 1)
-set(SIGEN_VERSION_RELEASE 0)
+set(SIGEN_VERSION_RELEASE 1)
set(SIGEN_VERSION "${SIGEN_VERSION_MAJOR}.${SIGEN_VERSION_MINOR}.${SIGEN_VERSION_RELEASE}")
set(SIGEN_SOVERSION "0")
diff --git a/sigmodr/Sigmodr.cpp b/sigmodr/Sigmodr.cpp
index d063e408..15ac0f8e 100644
--- a/sigmodr/Sigmodr.cpp
+++ b/sigmodr/Sigmodr.cpp
@@ -49,7 +49,7 @@ int main(int argc, char* argv[])
{
qInstallMsgHandler(messageHandler);
- 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");
+ KAboutData about("sigmodr", "sigmodr", ki18n("Sigmodr"), "0.1.1", 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");