Version bump.

This commit is contained in:
Cerapter 2018-08-19 09:40:09 +02:00
parent d314b8dd07
commit 6bb9dbcc4a
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ RC_ICONS = logo.ico
TARGET = Attorney_Online_CC
TEMPLATE = app
VERSION = 2.4.8.0
VERSION = 2.4.10.0
SOURCES += main.cpp\
lobby.cpp \

View File

@ -261,7 +261,7 @@ public:
private:
const int RELEASE = 2;
const int MAJOR_VERSION = 4;
const int MINOR_VERSION = 8;
const int MINOR_VERSION = 10;
const int CCCC_RELEASE = 1;
const int CCCC_MAJOR_VERSION = 3;