aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2019-10-26 12:56:12 +0200
committerLinus Jahn <lnj@kaidan.im>2019-10-26 12:56:12 +0200
commit96032909669f7339b2a7bb70be9a45ee2739d3d7 (patch)
tree0e93651aaa769d358f028b740156f6368b967b3f
parent7f4b12fb05b0bc7edd3d3db33ff7eec9b9a229e3 (diff)
downloadqxmpp-96032909669f7339b2a7bb70be9a45ee2739d3d7.tar.gz
CMakeLists: Continue with development for QXmpp 1.1
I forgot to add that before.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bd8fc1f4..bdb8dc1b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.3)
project(qxmpp)
set(VERSION_MAJOR 1)
-set(VERSION_MINOR 1)
+set(VERSION_MINOR 2)
set(VERSION_PATCH 0)
set(SO_VERSION 2)
set(VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})