From 159f073514e2f60fd2229f21f7a536ffaddecfc2 Mon Sep 17 00:00:00 2001 From: Crystalwarrior Date: Thu, 21 Nov 2019 00:23:35 +0300 Subject: [PATCH] Set version to 2.8.1 woop woop --- 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 ab61a55..97eaf51 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.0.5 +VERSION = 2.8.1.0 INCLUDEPATH += $$PWD/include DESTDIR = $$PWD/bin diff --git a/include/aoapplication.h b/include/aoapplication.h index 8dd48c6..fe1a5b7 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -396,7 +396,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 8; - const int MINOR_VERSION = 0; + const int MINOR_VERSION = 1; QString current_theme = "default";