Bump version to 2.9.0

This commit is contained in:
oldmud0 2021-01-11 18:42:28 -06:00
parent 189b092117
commit 5f38fd6246
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -449,8 +449,8 @@ public:
private:
const int RELEASE = 2;
const int MAJOR_VERSION = 8;
const int MINOR_VERSION = 5;
const int MAJOR_VERSION = 9;
const int MINOR_VERSION = 0;
QString current_theme = "default";