Added the main.cpp of version 0.2.1
authorHeli Hyvättinen <heli.hyvattinen@kymp.net>
Wed, 6 Apr 2011 13:09:40 +0000 (16:09 +0300)
committerHeli Hyvättinen <heli.hyvattinen@kymp.net>
Wed, 6 Apr 2011 13:09:40 +0000 (16:09 +0300)
src/main.cpp

index 5090c6d..e162590 100644 (file)
@@ -29,7 +29,7 @@ int main(int argc, char *argv[])
 {
     QApplication a(argc, argv);
     a.setApplicationName("KitchenAlert"); //a name is required to connect to DBus
-    a.setApplicationVersion("0.2.0");
+    a.setApplicationVersion("0.2.1");
     a.setOrganizationName("KitchenAlert");
     KitchenAlertMainWindow w;
 #if defined(Q_WS_S60)