From 6ec4e032e09a6e6135fed3faad76cc46598ee96f Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Wed, 24 Mar 2021 18:52:11 -0500 Subject: [PATCH 1/2] Version bump aoapplication.h --- include/aoapplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aoapplication.h b/include/aoapplication.h index 9fa8c75..493f1c9 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -511,7 +511,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 9; - const int MINOR_VERSION = 0; + const int MINOR_VERSION = 1; QVector server_list; QVector favorite_list; From e89178bc4d596bae4d4b7b2eec16ef5c4b788284 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Wed, 24 Mar 2021 18:53:10 -0500 Subject: [PATCH 2/2] Version bump Attorney_Online.pro --- Attorney_Online.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Attorney_Online.pro b/Attorney_Online.pro index ba1c80a..2a5c1e1 100644 --- a/Attorney_Online.pro +++ b/Attorney_Online.pro @@ -3,7 +3,7 @@ QT += core gui widgets network TARGET = Attorney_Online TEMPLATE = app -VERSION = 2.9.0.0 +VERSION = 2.9.1.0 INCLUDEPATH += $$PWD/include DESTDIR = $$PWD/bin