From: Heli Hyvättinen Date: Wed, 6 Apr 2011 13:09:40 +0000 (+0300) Subject: Added the main.cpp of version 0.2.1 X-Git-Tag: v0.4.0~18 X-Git-Url: https://vcs.maemo.org/git/?p=kitchenalert;a=commitdiff_plain;h=b9560d75511ff0e094a63cb12f3f2711c5bbc91a Added the main.cpp of version 0.2.1 --- diff --git a/src/main.cpp b/src/main.cpp index 5090c6d..e162590 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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)