From 73a506579a9dcd945bf71fde184a28fb31a50d5c Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sun, 22 Aug 2021 16:13:06 +0200 Subject: cmake: Increase SO_VERSION The changes with PubSub definitely changed some symbols. Also some other changes are going to come in this release (Stanza Content Encryption) which will also need change some things. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b650992..0087d076 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.3) project(qxmpp VERSION 1.5.0) -set(SO_VERSION 3) +set(SO_VERSION 4) # C++ standard settings: set(CMAKE_CXX_STANDARD 17) -- cgit v1.2.3