aboutsummaryrefslogtreecommitdiff
path: root/include/aoapplication.h
diff options
context:
space:
mode:
authorAlex Noir <Varsash@gmail.com>2022-03-04 00:24:39 +0300
committerAlex Noir <Varsash@gmail.com>2022-03-04 00:24:39 +0300
commitdb663f0e28b1e8d899e62abb09c41d745fcaeae1 (patch)
treef659a07637b94ea0a95cf25ccb1865e750c65ade /include/aoapplication.h
parent92633e5ff27008f4abcc631b9a8eb46665adef1f (diff)
Update version to 2.10.0
Also do we need RELEASE, MAJOR_VERSION and MINOR_VERSION? Can't we just grab the app verison from Attorney_Online.pro somehow?
Diffstat (limited to 'include/aoapplication.h')
-rw-r--r--include/aoapplication.h4
1 files changed, 2 insertions, 2 deletions
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;