From 0504d2b5d71aa8f3d5d0ebecf4eba4e0efeb701f Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 30 Dec 2017 14:57:54 -0600 Subject: Bump ver number and increase chat log size --- aoapplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aoapplication.h') diff --git a/aoapplication.h b/aoapplication.h index 30b16b5f..592c030d 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -139,7 +139,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 4; - const int MINOR_VERSION = 6; + const int MINOR_VERSION = 7; QString user_theme = "default"; -- cgit