Merge pull request #678 from AttorneyOnline/update-version-2.10.0
Update version to 2.10.0
This commit is contained in:
commit
00f6005159
@ -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