From bd1cda1bd65d390c5f8a915afdef610608a81871 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Thu, 5 Jul 2018 21:53:52 -0500 Subject: [PATCH] Bump to 2.4.9 --- Attorney_Online_remake.pro | 2 +- aoapplication.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Attorney_Online_remake.pro b/Attorney_Online_remake.pro index cc9579a..202c93e 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.4.8.0 +VERSION = 2.4.9.0 SOURCES += main.cpp\ lobby.cpp \ diff --git a/aoapplication.h b/aoapplication.h index 4674cc2..08f12c6 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -222,7 +222,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 4; - const int MINOR_VERSION = 8; + const int MINOR_VERSION = 9; QString current_theme = "default";