summaryrefslogtreecommitdiff
path: root/client/mainwindow.cc
diff options
context:
space:
mode:
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);