summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-03 15:17:34 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-03 15:17:34 +0300
commit8dc17ccecb55d1957f4b717829777d381e34ab85 (patch)
treee9a3c313c40057dddebf87da3e620165a785486c /src
parentUpdate the room list after a redacted event has been removed (diff)
downloadnheko-8dc17ccecb55d1957f4b717829777d381e34ab85.tar.xz
Bump version
Diffstat (limited to 'src')
-rw-r--r--src/main.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc

index 1b78e538..82073454 100644 --- a/src/main.cc +++ b/src/main.cc
@@ -33,6 +33,7 @@ #include "MainWindow.h" #include "RaisedButton.h" #include "RunGuard.h" +#include "version.hpp" QPoint screenCenter(int width, int height) @@ -119,7 +120,7 @@ main(int argc, char *argv[]) } QCoreApplication::setApplicationName("nheko"); - QCoreApplication::setApplicationVersion("0.2.0"); + QCoreApplication::setApplicationVersion(nheko::version); QCoreApplication::setOrganizationName("nheko"); QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);