From 4858904d11bc9b350cf461d8455cf369b89477da Mon Sep 17 00:00:00 2001 From: iamgoofball Date: Mon, 15 Oct 2018 23:56:19 -0700 Subject: [PATCH] forgot to bump the version number --- aoapplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aoapplication.h b/aoapplication.h index 5396874..e3544fe 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -226,7 +226,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 5; - const int MINOR_VERSION = 1; + const int MINOR_VERSION = 2; QString current_theme = "default";