diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-02-23 20:22:38 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2017-02-23 20:22:38 +0100 |
| commit | 0b148bb0a3300ba6fe134a1c2019ef82ed4f48d7 (patch) | |
| tree | 814aed3c9b3c868fe89862e31eb3b1e4b59d4528 | |
| parent | c07ec38c65893b90cb512c43de14957bd0e765c1 (diff) | |
to version 2.2.4
| -rw-r--r-- | Attorney_Online_remake.pro | 2 | ||||
| -rw-r--r-- | aoapplication.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro index f41ce627..96d3c540 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.2.3.0 +VERSION = 2.2.4.0 SOURCES += main.cpp\ lobby.cpp \ diff --git a/aoapplication.h b/aoapplication.h index 05092077..4d8ef9bb 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -125,7 +125,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 2; - const int MINOR_VERSION = 3; + const int MINOR_VERSION = 4; QString user_theme = "default"; |
