From 57b02c084ae6884c35dbf5a126ee2ec256ba1ca4 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Thu, 3 Jan 2019 21:46:10 -0600 Subject: [PATCH] Bump version to 2.6.1 --- include/aoapplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aoapplication.h b/include/aoapplication.h index f420733..44aef7a 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -300,7 +300,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 6; - const int MINOR_VERSION = 0; + const int MINOR_VERSION = 1; QString current_theme = "default";