We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9f939 commit 07ce459Copy full SHA for 07ce459
2 files changed
Attorney_Online_remake.pro
@@ -13,7 +13,7 @@ RC_ICONS = logo.ico
13
TARGET = Attorney_Online_remake
14
TEMPLATE = app
15
16
-VERSION = 2.1.10.0
+VERSION = 2.2.0.0
17
18
SOURCES += main.cpp\
19
lobby.cpp \
aoapplication.h
@@ -122,8 +122,8 @@ class AOApplication : public QApplication
122
123
private:
124
const int RELEASE = 2;
125
- const int MAJOR_VERSION = 1;
126
- const int MINOR_VERSION = 10;
+ const int MAJOR_VERSION = 2;
+ const int MINOR_VERSION = 0;
127
128
QString user_theme = "default";
129
0 commit comments