diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2017-12-29 17:04:21 -0600 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2017-12-29 17:10:47 -0600 |
| commit | ea01016d8c7eb4b4a68dfc61a79a999f2d2a1868 (patch) | |
| tree | bd2acc3a3d54518ed09562942d1c89d3a0f6f3dc | |
| parent | 2925c8c8910e6c16348c24152f84de3ab2adc6d9 (diff) | |
Bump version to 2.4.6
| -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 673ae248..1f4df763 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.5.0 +VERSION = 2.4.6.0 SOURCES += main.cpp\ lobby.cpp \ diff --git a/aoapplication.h b/aoapplication.h index 905422f9..30b16b5f 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -139,7 +139,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 4; - const int MINOR_VERSION = 5; + const int MINOR_VERSION = 6; QString user_theme = "default"; |
