From 64f0e254cc03d4afcda7cbe5c9ace81852a3a792 Mon Sep 17 00:00:00 2001 From: argoneus Date: Fri, 3 Aug 2018 13:27:12 +0200 Subject: [PATCH] bumped version to 2.5.0 --- aoapplication.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aoapplication.h b/aoapplication.h index 0f14a0c..b432a73 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -225,8 +225,8 @@ public: private: const int RELEASE = 2; - const int MAJOR_VERSION = 4; - const int MINOR_VERSION = 10; + const int MAJOR_VERSION = 5; + const int MINOR_VERSION = 0; QString current_theme = "default";