From 897e19546ae9dae3e4197d97739a14c05c07f4aa Mon Sep 17 00:00:00 2001 From: OmniTroid Date: Wed, 15 Feb 2017 23:15:06 +0100 Subject: fixed some sfx issues --- aoapplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aoapplication.h') diff --git a/aoapplication.h b/aoapplication.h index 776487b..907a522 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -120,7 +120,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 1; - const int MINOR_VERSION = 7; + const int MINOR_VERSION = 8; QString user_theme = "default"; -- cgit