aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2019-01-05 23:00:46 +0100
committerDavid Skoland <davidskoland@gmail.com>2019-01-05 23:00:46 +0100
commitfb076ca7e7fc6067a6cbb372a1746a6953451eaf (patch)
treea75b9d3cf766fd0110fc9e29b98445f98ae4560e /include
parente2034188be7ec63bd0f30bb0ce1bdba06f4ffb92 (diff)
parent57b02c084ae6884c35dbf5a126ee2ec256ba1ca4 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include')
-rw-r--r--include/aoapplication.h2
1 files changed, 1 insertions, 1 deletions
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";