diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro index cc9579a..202c93e 100644 --- a/Attorney_Online_remake.pro +++ b/Attorney_Online_remake.pro @@ -13,7 +13,7 @@ RC_ICONS = logo.ico TARGET = Attorney_Online_remake TEMPLATE = app -VERSION = 2.4.8.0 +VERSION = 2.4.9.0 SOURCES += main.cpp\ lobby.cpp \ diff --git a/aoapplication.h b/aoapplication.h index 4674cc2..08f12c6 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -222,7 +222,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 4; - const int MINOR_VERSION = 8; + const int MINOR_VERSION = 9; QString current_theme = "default";