From f2dc70e448b994cef627a157ee340135bd68fbc6 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sun, 6 Apr 2025 15:34:58 +0100 Subject: [PATCH] version: bump to 0.6.0 --- CMakeLists.txt | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca2591c..eb9c11c 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 4) + SOVERSION 5) target_link_libraries(hyprutils PkgConfig::deps) # tests diff --git a/VERSION b/VERSION index cb0c939..a918a2a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.2 +0.6.0