aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2021-08-22 16:13:06 +0200
committerLinus Jahn <lnj@kaidan.im>2021-08-22 16:13:06 +0200
commit73a506579a9dcd945bf71fde184a28fb31a50d5c (patch)
tree87b1a370b7c398bfdde0d25ef2f6963c3e11c921
parente1a904a51fbe4bb9df9eeaa5b9d1048cfdd1befb (diff)
downloadqxmpp-73a506579a9dcd945bf71fde184a28fb31a50d5c.tar.gz
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.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)