diff options
author | Arno <am@disconnect.de> | 2010-08-07 12:30:39 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-08-07 12:30:39 +0200 |
commit | ef7524a3bb1ea0b1ec5e935c089925277ca278bf (patch) | |
tree | c12851495e7cc3ac080dd67a0d7772369f2330e5 /main.cpp | |
parent | bd036870603e924c91d72285697c19e495991e0f (diff) | |
download | SheMov-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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |