Update version to 2.10.0

Also do we need RELEASE, MAJOR_VERSION and MINOR_VERSION? Can't we just grab the app verison from Attorney_Online.pro somehow?
This commit is contained in:
Alex Noir 2022-03-04 00:24:39 +03:00
parent 92633e5ff2
commit db663f0e28
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -553,8 +553,8 @@ public:
private:
const int RELEASE = 2;
const int MAJOR_VERSION = 9;
const int MINOR_VERSION = 1;
const int MAJOR_VERSION = 10;
const int MINOR_VERSION = 0;
QVector<server_type> server_list;
QVector<server_type> favorite_list;