From 96032909669f7339b2a7bb70be9a45ee2739d3d7 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sat, 26 Oct 2019 12:56:12 +0200 Subject: CMakeLists: Continue with development for QXmpp 1.1 I forgot to add that before. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) -- cgit v1.2.3