From 28c0879e631579273c49d36d36bcc2f1b0e0fb0b Mon Sep 17 00:00:00 2001 From: David Skoland Date: Tue, 14 Feb 2017 10:15:21 +0100 Subject: incremented version to 2.1.2 --- aoapplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aoapplication.h') diff --git a/aoapplication.h b/aoapplication.h index d428776..6a10ff5 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -117,7 +117,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 1; - const int MINOR_VERSION = 0; + const int MINOR_VERSION = 2; QString user_theme = "default"; -- cgit