summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index d34ea40..07c3f53 100644
--- a/main.cpp
+++ b/main.cpp
@@ -15,7 +15,7 @@ int main(int argc, char **argv){
QCoreApplication::setOrganizationName("Sissie's, Inc.");
QCoreApplication::setOrganizationDomain("hadante.servebeer.com");
QCoreApplication::setApplicationName("SheMov");
- QCoreApplication::setApplicationVersion("0.1");
+ QCoreApplication::setApplicationVersion("1.0 TreeVersion");
QPixmap splash(":/shemov_splash.png");
QSplashScreen sp(splash);
sp.show();