From b9560d75511ff0e094a63cb12f3f2711c5bbc91a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Heli=20Hyv=C3=A4ttinen?= Date: Wed, 6 Apr 2011 16:09:40 +0300 Subject: [PATCH] Added the main.cpp of version 0.2.1 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.9.5