From 3df7bde01efb3a3e8e678d1155f2aa3f19e177ef Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sun, 5 Oct 2025 00:11:09 +0100 Subject: [PATCH] version: bump to 0.10.0 --- CMakeLists.txt | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9965796..9ef581b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,7 @@ target_include_directories( PUBLIC "./include" PRIVATE "./src") set_target_properties(hyprutils PROPERTIES VERSION ${hyprutils_VERSION} - SOVERSION 8) + SOVERSION 9) target_link_libraries(hyprutils PkgConfig::deps) # tests diff --git a/VERSION b/VERSION index ac39a10..78bc1ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0 +0.10.0