Merge pull request #507 from AttorneyOnline/2.9.1-version-bump

2.9.1 version bump
This commit is contained in:
oldmud0 2021-03-28 23:10:51 -05:00 committed by GitHub
commit 1bad7b29dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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