Skip to content

Commit 3070db4

Browse files
committed
incremented version to 2.3.5
1 parent 8a45090 commit 3070db4

3 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.3.4.0
16+
VERSION = 2.3.5.0
1717

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

aoapplication.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class AOApplication : public QApplication
137137
private:
138138
const int RELEASE = 2;
139139
const int MAJOR_VERSION = 3;
140-
const int MINOR_VERSION = 4;
140+
const int MINOR_VERSION = 5;
141141

142142
QString user_theme = "default";
143143

packet_distribution.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ void AOApplication::server_packet_received(AOPacket *p_packet)
188188
if (f_packet.contains("customobjections",Qt::CaseInsensitive))
189189
custom_objection_enabled = true;
190190
if (f_packet.contains("fastloading",Qt::CaseInsensitive))
191-
//improved_loading_enabled = true;
191+
improved_loading_enabled = true;
192192
if (f_packet.contains("noencryption",Qt::CaseInsensitive))
193193
encryption_needed = false;
194194
if (f_packet.contains("deskmod",Qt::CaseInsensitive))

0 commit comments

Comments
 (0)