diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2022-03-03 18:46:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-03 18:46:19 -0600 |
| commit | 00f6005159a02011b2bfc43e0fc4afb572480734 (patch) | |
| tree | f659a07637b94ea0a95cf25ccb1865e750c65ade | |
| parent | 92633e5ff27008f4abcc631b9a8eb46665adef1f (diff) | |
| parent | db663f0e28b1e8d899e62abb09c41d745fcaeae1 (diff) | |
Merge pull request #678 from AttorneyOnline/update-version-2.10.0
Update version to 2.10.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 abca0fb0..c21c7dea 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.1.0 +VERSION = 2.10.0.0 INCLUDEPATH += $$PWD/include DESTDIR = $$PWD/bin diff --git a/include/aoapplication.h b/include/aoapplication.h index c094a333..ecd31809 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -553,8 +553,8 @@ public: private: const int RELEASE = 2; - const int MAJOR_VERSION = 9; - const int MINOR_VERSION = 1; + const int MAJOR_VERSION = 10; + const int MINOR_VERSION = 0; QVector<server_type> server_list; QVector<server_type> favorite_list; |
