diff options
Diffstat (limited to 'aoapplication.h')
| -rw-r--r-- | aoapplication.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aoapplication.h b/aoapplication.h index 7934dbb..136990f 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -122,8 +122,8 @@ public: private: const int RELEASE = 2; - const int MAJOR_VERSION = 1; - const int MINOR_VERSION = 10; + const int MAJOR_VERSION = 2; + const int MINOR_VERSION = 0; QString user_theme = "default"; |
