diff --git a/CMakeLists.txt b/CMakeLists.txt index 9fbec76..750c7a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ target_include_directories( PUBLIC "./include" PRIVATE "./src") set_target_properties(hyprutils PROPERTIES VERSION ${hyprutils_VERSION} - SOVERSION 9) + SOVERSION 10) target_link_libraries(hyprutils PkgConfig::deps) if(BUILD_TESTING) diff --git a/VERSION b/VERSION index 9b40aa6..d9df1bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.4 +0.11.0