aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Attorney_Online_remake.pro2
-rw-r--r--aoapplication.h2
-rw-r--r--courtroom.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro
index cd9cc7ee..5e988c8c 100644
--- a/Attorney_Online_remake.pro
+++ b/Attorney_Online_remake.pro
@@ -13,7 +13,7 @@ RC_ICONS = logo.ico
TARGET = Attorney_Online_remake
TEMPLATE = app
-VERSION = 2.3.0.0
+VERSION = 2.3.1.0
SOURCES += main.cpp\
lobby.cpp \
diff --git a/aoapplication.h b/aoapplication.h
index 23e31d05..9fa9bb2a 100644
--- a/aoapplication.h
+++ b/aoapplication.h
@@ -132,7 +132,7 @@ public:
private:
const int RELEASE = 2;
const int MAJOR_VERSION = 3;
- const int MINOR_VERSION = 0;
+ const int MINOR_VERSION = 1;
QString user_theme = "default";
diff --git a/courtroom.cpp b/courtroom.cpp
index 1c5cd6ee..985a4fb6 100644
--- a/courtroom.cpp
+++ b/courtroom.cpp
@@ -1927,7 +1927,7 @@ void Courtroom::on_evidence_button_clicked()
void Courtroom::ping_server()
{
ao_app->send_server_packet(new AOPacket("CH#" + QString::number(m_cid) + "#%"));
- disconnect_timer->start(10000);
+ disconnect_timer->start(20000);
}
void Courtroom::check_connection_received()