From 9bf41a714b6a46559bba23ea4fa4e0ad432d6997 Mon Sep 17 00:00:00 2001 From: Crystalwarrior Date: Sun, 29 Sep 2019 16:51:37 +0300 Subject: [PATCH] Bump up version numbers to 2.8.0 --- Attorney_Online.pro | 2 +- include/aoapplication.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Attorney_Online.pro b/Attorney_Online.pro index b747619..5daf73f 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.2.0 +VERSION = 2.8.0.0 INCLUDEPATH += $$PWD/include DESTDIR = $$PWD/bin diff --git a/include/aoapplication.h b/include/aoapplication.h index 89bfaa2..af1433f 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -392,8 +392,8 @@ public: private: const int RELEASE = 2; - const int MAJOR_VERSION = 6; - const int MINOR_VERSION = 2; + const int MAJOR_VERSION = 8; + const int MINOR_VERSION = 0; QString current_theme = "default";