From 4617e3135ed14a28c4129154486022947fda9d82 Mon Sep 17 00:00:00 2001 From: Crystalwarrior Date: Fri, 22 May 2020 15:28:33 +0300 Subject: [PATCH] Change version number to 2.8.4 --- include/aoapplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aoapplication.h b/include/aoapplication.h index 471fc46..18f6ef2 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -428,7 +428,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 8; - const int MINOR_VERSION = 3; + const int MINOR_VERSION = 4; QString current_theme = "default";