summaryrefslogtreecommitdiff
path: root/client/mainwindow.cc
diff options
context:
space:
mode:
authordeva <deva>2009-04-06 08:20:29 +0000
committerdeva <deva>2009-04-06 08:20:29 +0000
commit5b63d9501320ddbc565f873921ea3c02c9b8efe0 (patch)
tree095dff254900921f84ec162926d61971c8d045ab /client/mainwindow.cc
parent8d159f40850b5b1d6c639964dce31edbc77b405d (diff)
Version number added in pro file.R_1_0_0
Diffstat (limited to 'client/mainwindow.cc')
-rw-r--r--client/mainwindow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mainwindow.cc b/client/mainwindow.cc
index f0601ca..fd55ba0 100644
--- a/client/mainwindow.cc
+++ b/client/mainwindow.cc
@@ -49,7 +49,7 @@ MainWindow::MainWindow(QString cpr, QString course, QString host, quint16 port,
setWindowTitle("Pracro - " + cpr);
QStatusBar *status = statusBar();
- status->addPermanentWidget(new QLabel("Pracro v.1.0.0 - test2"));
+ status->addPermanentWidget(new QLabel("Pracro v."VERSION));
QScrollArea *s = new QScrollArea();
setCentralWidget(s);