diff options
| -rw-r--r-- | Attorney_Online.pro | 2 | ||||
| m--------- | base/themes | 0 | ||||
| -rw-r--r-- | include/aoapplication.h | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/Attorney_Online.pro b/Attorney_Online.pro index ba1c80a8..2a5c1e14 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.9.0.0 +VERSION = 2.9.1.0 INCLUDEPATH += $$PWD/include DESTDIR = $$PWD/bin diff --git a/base/themes b/base/themes -Subproject 126447457906992e0096c4c9416f2b1f7986ff4 +Subproject c9acb90137361ea8c29bc4cf2bf530d14b52b23 diff --git a/include/aoapplication.h b/include/aoapplication.h index 9fa8c750..493f1c92 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -511,7 +511,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 9; - const int MINOR_VERSION = 0; + const int MINOR_VERSION = 1; QVector<server_type> server_list; QVector<server_type> favorite_list; |
