aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriamgoofball <iamgoofball@gmail.com>2018-10-17 08:27:17 -0700
committeriamgoofball <iamgoofball@gmail.com>2018-10-17 08:27:17 -0700
commitad27e0043313824787737889512e539bd3ff32b9 (patch)
tree6062ff861e1995dd194edcdd2ad585d910c6ec06
parentb56421365ab75173facef74cdaf8d77d51df6d0f (diff)
version to 2.6.0
-rw-r--r--aoapplication.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/aoapplication.h b/aoapplication.h
index 29988c0a..b9a3b0a9 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";