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:
parent
92633e5ff2
commit
db663f0e28
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user