version bump to 2.8.5

This commit is contained in:
scatterflower 2020-08-19 22:56:36 -05:00
parent 9eb0f53db1
commit 7cd0fa0c6e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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