incremented version to 2.3.5

This commit is contained in:
OmniTroid 2017-04-07 17:57:18 +02:00
parent 8a45090fe9
commit 3070db4aef
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ RC_ICONS = logo.ico
TARGET = Attorney_Online_remake
TEMPLATE = app
VERSION = 2.3.4.0
VERSION = 2.3.5.0
SOURCES += main.cpp\
lobby.cpp \

View File

@ -137,7 +137,7 @@ public:
private:
const int RELEASE = 2;
const int MAJOR_VERSION = 3;
const int MINOR_VERSION = 4;
const int MINOR_VERSION = 5;
QString user_theme = "default";

View File

@ -188,7 +188,7 @@ void AOApplication::server_packet_received(AOPacket *p_packet)
if (f_packet.contains("customobjections",Qt::CaseInsensitive))
custom_objection_enabled = true;
if (f_packet.contains("fastloading",Qt::CaseInsensitive))
//improved_loading_enabled = true;
improved_loading_enabled = true;
if (f_packet.contains("noencryption",Qt::CaseInsensitive))
encryption_needed = false;
if (f_packet.contains("deskmod",Qt::CaseInsensitive))