Updated web pages due to 0.4.0 being released
[kitchenalert] / src / main.cpp
index 1e0b10f..35c3aad 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.1");
+    a.setApplicationVersion("0.4.0");
     a.setOrganizationName("KitchenAlert");
     KitchenAlertMainWindow w;
 #if defined(Q_WS_S60)