diff options
Diffstat (limited to 'aoapplication.h')
| -rw-r--r-- | aoapplication.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/aoapplication.h b/aoapplication.h index f69a0ea8..b432a735 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -56,6 +56,7 @@ public: bool improved_loading_enabled = false; bool desk_mod_enabled = false; bool evidence_enabled = false; + bool modcall_reason_enabled = false; ///////////////loading info/////////////////// @@ -224,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"; |
