diff options
| -rw-r--r-- | aoapplication.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aoapplication.h b/aoapplication.h index 0f14a0c1..b432a735 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -225,8 +225,8 @@ public: private: const int RELEASE = 2; - const int MAJOR_VERSION = 4; - const int MINOR_VERSION = 10; + const int MAJOR_VERSION = 5; + const int MINOR_VERSION = 0; QString current_theme = "default"; |
