From 6b17782d6a5d1dee5d2c4fc5d25ffb1123913431 Mon Sep 17 00:00:00 2001
From: Patrick Boettcher <p@yai.se>
Date: Sat, 26 Nov 2022 18:05:52 +0100
Subject: [PATCH] update to SOVERSION to 2 (as it should have been done 3 years
 ago)

fix #186
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index afe6627..f636734 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,7 +42,7 @@ target_compile_features(nlohmann_json_schema_validator
 set_target_properties(nlohmann_json_schema_validator
                       PROPERTIES
                           VERSION ${PROJECT_VERSION}
-                          SOVERSION 1)
+                          SOVERSION 2)
 
 # disable tests and examples if project is not super project
 if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)