Promoted to 1.0.0
authorArto Hyvättinen <arto.hyvattinen@gmail.com>
Fri, 20 Aug 2010 12:56:36 +0000 (15:56 +0300)
committerArto Hyvättinen <arto.hyvattinen@gmail.com>
Fri, 20 Aug 2010 12:56:36 +0000 (15:56 +0300)
chessclockwindow.cpp
main.cpp

index 496fdf9..45a21b4 100644 (file)
@@ -66,7 +66,7 @@ ChessClockWindow::ChessClockWindow(QWidget *parent)
     menuBar()->addAction( tr("New game"), this, SLOT(newGame()));
     menuBar()->addAction( tr("Visit web page"), this, SLOT(visitWeb()));
     menuBar()->addAction( tr("About"),this, SLOT(about()));
-    menuBar()->addAction(tr("About Qt"), this, SLOT(aboutQt()))
+    menuBar()->addAction(tr("About Qt"), this, SLOT(aboutQt()));
 
 }
 
@@ -107,7 +107,7 @@ void ChessClockWindow::about()
                           "&copy;Arto Hyv&auml;ttinen 2010"
                           "<p>Chess Clock is free software under the terms of GNU General Public License 3"
                           "<p>Bugtracker and instructions at <a>checkclock.garage.maemo.org</a>"
-                          ).arg(qApp->applicationVersion()))
+                          ).arg(qApp->applicationVersion())) ;
 }
 
 void ChessClockWindow::aboutQt()
index b37de38..1beec9d 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -56,7 +56,7 @@ int main(int argc, char *argv[])
     a.setApplicationName( a.tr("Chess Clock","Application name") );
     a.setOrganizationName("Chess Clock");
     a.setOrganizationDomain("chessclock.garage.maemo.org");
-    a.setApplicationVersion("0.9.0");
+    a.setApplicationVersion("1.0.0");
 
     ChessClockWindow w;