Skip to content

Commit 07ce459

Browse files
committed
version 2.2.0, ready for release
1 parent ba9f939 commit 07ce459

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Attorney_Online_remake.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RC_ICONS = logo.ico
1313
TARGET = Attorney_Online_remake
1414
TEMPLATE = app
1515

16-
VERSION = 2.1.10.0
16+
VERSION = 2.2.0.0
1717

1818
SOURCES += main.cpp\
1919
lobby.cpp \

aoapplication.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ class AOApplication : public QApplication
122122

123123
private:
124124
const int RELEASE = 2;
125-
const int MAJOR_VERSION = 1;
126-
const int MINOR_VERSION = 10;
125+
const int MAJOR_VERSION = 2;
126+
const int MINOR_VERSION = 0;
127127

128128
QString user_theme = "default";
129129

0 commit comments

Comments
 (0)