diff options
| -rw-r--r-- | aoapplication.h | 4 |
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"; |
