X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmain.cpp;h=96a27ebbb9363b48282eb611f1d15c2e82657ee6;hb=683d958489cb5181a1a8c5a348191aaeed03981b;hp=ff33e51514b6badfe2b82ac5e4258ca3beea4e6a;hpb=874cc23a01cab548a265daf6a60373345b3e2064;p=kitchenalert diff --git a/src/main.cpp b/src/main.cpp index ff33e51..96a27eb 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 by phonon - a.setApplicationVersion("0.1.1"); + a.setApplicationVersion("0.2.0"); a.setOrganizationName("KitchenAlert"); KitchenAlertMainWindow w; #if defined(Q_WS_S60)