Set version to 2.8.1 woop woop

This commit is contained in:
Crystalwarrior 2019-11-21 00:23:35 +03:00
parent 34848c4eaf
commit 159f073514
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ QT += core gui widgets network
TARGET = Attorney_Online TARGET = Attorney_Online
TEMPLATE = app TEMPLATE = app
VERSION = 2.8.0.5 VERSION = 2.8.1.0
INCLUDEPATH += $$PWD/include INCLUDEPATH += $$PWD/include
DESTDIR = $$PWD/bin DESTDIR = $$PWD/bin

View File

@ -396,7 +396,7 @@ public:
private: private:
const int RELEASE = 2; const int RELEASE = 2;
const int MAJOR_VERSION = 8; const int MAJOR_VERSION = 8;
const int MINOR_VERSION = 0; const int MINOR_VERSION = 1;
QString current_theme = "default"; QString current_theme = "default";