Merge pull request #678 from AttorneyOnline/update-version-2.10.0

Update version to 2.10.0
This commit is contained in:
oldmud0 2022-03-03 18:46:19 -06:00 committed by GitHub
commit 00f6005159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

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