Fix the soname of the library, making sure that the version is not
under the soname.

---
 src/libpaje/CMakeLists.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: b/src/libpaje/CMakeLists.txt
===================================================================
--- a/src/libpaje/CMakeLists.txt
+++ b/src/libpaje/CMakeLists.txt
@@ -99,8 +99,8 @@ IF(${PAJE_USE_FMT})
 ENDIF()
   SET_TARGET_PROPERTIES(paje_library PROPERTIES OUTPUT_NAME paje)
   SET_TARGET_PROPERTIES(paje_library PROPERTIES
-    # bump when new function are added in the library
-    VERSION 1.3
+    # bump when new function are added in the library (but never below SOVERSION)
+    VERSION 2.0
     # bump when ABI is broken (symbols removed or parameters changed)
     SOVERSION 2)
   # bump when the API change (new functions in the header file)
