aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-02-21 16:43:40 +0100
committersD <stoned@derpymail.org>2020-02-21 16:43:40 +0100
commitcb1ed6d60dc394f293f90f06ad9988de053feecb (patch)
tree4c8dfcc053c4dcc3a8dec5546b671a4ae324eb9b
parent7d55ff01f5f139aaa4a343e93429997418cfd8bb (diff)
put minor version back
-rw-r--r--include/aoapplication.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h
index 280b7314..e4f2ee68 100644
--- a/include/aoapplication.h
+++ b/include/aoapplication.h
@@ -342,6 +342,7 @@ public:
private:
const int RELEASE = 2;
const int MAJOR_VERSION = 7;
+ const int MINOR_VERSION = 0;
QString current_theme = "default";