From 5e45b1a1b9f02594843b3190deff0a68306525d2 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sun, 22 Dec 2024 23:05:34 +0000 Subject: [PATCH] version: bump to 0.3.0 --- CMakeLists.txt | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b72ec2a..a337bcb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ target_include_directories( PUBLIC "./include" PRIVATE "./src") set_target_properties(hyprutils PROPERTIES VERSION ${hyprutils_VERSION} - SOVERSION 1) + SOVERSION 2) target_link_libraries(hyprutils PkgConfig::deps) # tests diff --git a/VERSION b/VERSION index 53a75d6..0d91a54 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.6 +0.3.0