Merge pull request #507 from AttorneyOnline/2.9.1-version-bump
2.9.1 version bump
This commit is contained in:
commit
1bad7b29dd
@ -3,7 +3,7 @@ QT += core gui widgets network
|
|||||||
TARGET = Attorney_Online
|
TARGET = Attorney_Online
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
||||||
VERSION = 2.9.0.0
|
VERSION = 2.9.1.0
|
||||||
|
|
||||||
INCLUDEPATH += $$PWD/include
|
INCLUDEPATH += $$PWD/include
|
||||||
DESTDIR = $$PWD/bin
|
DESTDIR = $$PWD/bin
|
||||||
|
@ -511,7 +511,7 @@ public:
|
|||||||
private:
|
private:
|
||||||
const int RELEASE = 2;
|
const int RELEASE = 2;
|
||||||
const int MAJOR_VERSION = 9;
|
const int MAJOR_VERSION = 9;
|
||||||
const int MINOR_VERSION = 0;
|
const int MINOR_VERSION = 1;
|
||||||
|
|
||||||
QVector<server_type> server_list;
|
QVector<server_type> server_list;
|
||||||
QVector<server_type> favorite_list;
|
QVector<server_type> favorite_list;
|
||||||
|
Loading…
Reference in New Issue
Block a user