From 83d29ff2c94f7ef9420c302c1dc114d0b5b8041d Mon Sep 17 00:00:00 2001 From: Cerapter Date: Wed, 19 Sep 2018 18:21:51 +0200 Subject: [PATCH] Bumed version to 1.4.0 --- aoapplication.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aoapplication.h b/aoapplication.h index c7066d9..dc8071e 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -271,8 +271,8 @@ private: const int MINOR_VERSION = 10; const int CCCC_RELEASE = 1; - const int CCCC_MAJOR_VERSION = 3; - const int CCCC_MINOR_VERSION = 1; + const int CCCC_MAJOR_VERSION = 4; + const int CCCC_MINOR_VERSION = 0; QString current_theme = "default";