From fe686486ac867a1a24f99c753bb40ffed338e4b0 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 5 Dec 2025 19:18:01 +0000 Subject: [PATCH] version: bump to 0.11.0 --- CMakeLists.txt | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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