From 7cd0fa0c6e9875c0f199c6d7448e0a031dd8e631 Mon Sep 17 00:00:00 2001 From: scatterflower Date: Wed, 19 Aug 2020 22:56:36 -0500 Subject: [PATCH] version bump to 2.8.5 --- 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 a1f01d4..d2c2062 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.8.4.0 +VERSION = 2.8.5.0 INCLUDEPATH += $$PWD/include DESTDIR = $$PWD/bin diff --git a/include/aoapplication.h b/include/aoapplication.h index f0e0545..60d945e 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -449,7 +449,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 8; - const int MINOR_VERSION = 4; + const int MINOR_VERSION = 5; QString current_theme = "default";