From eb6299aaf8769330812b506f725f9451ac2e17e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arto=20Hyv=C3=A4ttinen?= Date: Fri, 20 Aug 2010 15:56:36 +0300 Subject: [PATCH] Promoted to 1.0.0 --- chessclockwindow.cpp | 4 ++-- main.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chessclockwindow.cpp b/chessclockwindow.cpp index 496fdf9..45a21b4 100644 --- a/chessclockwindow.cpp +++ b/chessclockwindow.cpp @@ -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() "©Arto Hyvättinen 2010" "

Chess Clock is free software under the terms of GNU General Public License 3" "

Bugtracker and instructions at checkclock.garage.maemo.org" - ).arg(qApp->applicationVersion())) + ).arg(qApp->applicationVersion())) ; } void ChessClockWindow::aboutQt() diff --git a/main.cpp b/main.cpp index b37de38..1beec9d 100644 --- 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; -- 1.7.9.5