aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2019-01-03 21:46:10 -0600
committeroldmud0 <oldmud0@users.noreply.github.com>2019-01-03 21:46:10 -0600
commit57b02c084ae6884c35dbf5a126ee2ec256ba1ca4 (patch)
treee2f44ef40cf0ac4b2f8e6cf51961d6ce1aa2273a
parent6716a4532ea6b29d7204813415e5089e6ddd1e6f (diff)
Bump version to 2.6.1
-rw-r--r--include/aoapplication.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h
index f4207333..44aef7a8 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";