From ad27e0043313824787737889512e539bd3ff32b9 Mon Sep 17 00:00:00 2001 From: iamgoofball Date: Wed, 17 Oct 2018 08:27:17 -0700 Subject: [PATCH] version to 2.6.0 --- aoapplication.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aoapplication.h b/aoapplication.h index 29988c0..b9a3b0a 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -231,8 +231,8 @@ public: private: const int RELEASE = 2; - const int MAJOR_VERSION = 5; - const int MINOR_VERSION = 2; + const int MAJOR_VERSION = 6; + const int MINOR_VERSION = 0; QString current_theme = "default";