diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-01-11 18:42:28 -0600 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2021-01-11 18:42:28 -0600 |
| commit | 5f38fd6246f8524b42c9ca60a6c011854409d64c (patch) | |
| tree | 6d1c8dda38451795c9ff2451b6bb90c2d41d0cba | |
| parent | 189b092117a6ab32365fd74ea3b97b01d82b5a18 (diff) | |
Bump version to 2.9.0
| -rw-r--r-- | Attorney_Online.pro | 2 | ||||
| -rw-r--r-- | include/aoapplication.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Attorney_Online.pro b/Attorney_Online.pro index 5ee3f402..52570469 100644 --- a/Attorney_Online.pro +++ b/Attorney_Online.pro @@ -3,7 +3,7 @@ QT += core gui widgets network TARGET = Attorney_Online TEMPLATE = app -VERSION = 2.8.5.0 +VERSION = 2.9.0.0 INCLUDEPATH += $$PWD/include DESTDIR = $$PWD/bin diff --git a/include/aoapplication.h b/include/aoapplication.h index a0121f28..095ea18f 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -449,8 +449,8 @@ public: private: const int RELEASE = 2; - const int MAJOR_VERSION = 8; - const int MINOR_VERSION = 5; + const int MAJOR_VERSION = 9; + const int MINOR_VERSION = 0; QString current_theme = "default"; |
