From e3187b682469ad414de72b708bb8240e83303f5f Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Sat, 27 Jul 2019 10:11:48 -0500 Subject: [PATCH] Bump version to 2.6.2 (#87) --- Attorney_Online.pro | 2 +- include/aoapplication.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Attorney_Online.pro b/Attorney_Online.pro index f490917..20a61d3 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.6.1.0 +VERSION = 2.6.2.0 INCLUDEPATH += $$PWD/include DESTDIR = $$PWD/bin diff --git a/include/aoapplication.h b/include/aoapplication.h index f7103b8..67f9a0d 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -305,7 +305,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 6; - const int MINOR_VERSION = 1; + const int MINOR_VERSION = 2; QString current_theme = "default";