From 6bb9dbcc4a2f24370ff0525625b96f2681de8c7e Mon Sep 17 00:00:00 2001 From: Cerapter Date: Sun, 19 Aug 2018 09:40:09 +0200 Subject: [PATCH] Version bump. --- Attorney_Online_remake.pro | 2 +- aoapplication.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro index f26d5ee..599531c 100644 --- a/Attorney_Online_remake.pro +++ b/Attorney_Online_remake.pro @@ -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 \ diff --git a/aoapplication.h b/aoapplication.h index abac7b9..c5ab2bc 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -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;