summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-08-07 12:30:39 +0200
committerArno <am@disconnect.de>2010-08-07 12:30:39 +0200
commitef7524a3bb1ea0b1ec5e935c089925277ca278bf (patch)
treec12851495e7cc3ac080dd67a0d7772369f2330e5 /main.cpp
parentbd036870603e924c91d72285697c19e495991e0f (diff)
downloadSheMov-ef7524a3bb1ea0b1ec5e935c089925277ca278bf.tar.gz
SheMov-ef7524a3bb1ea0b1ec5e935c089925277ca278bf.tar.bz2
SheMov-ef7524a3bb1ea0b1ec5e935c089925277ca278bf.zip
Verion bump
Created version 1.0.0 treemodel. Also removed some <QDebug> includes.
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();