From 9431db625cd9bb66ac55525479dce694101d6d7a Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 3 Oct 2025 12:18:12 +0100 Subject: [PATCH] version: bump to 0.2.0 --- CMakeLists.txt | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d55651..2902257 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -95,7 +95,7 @@ target_include_directories( PUBLIC "./include" PRIVATE "./src") set_target_properties(hyprgraphics PROPERTIES VERSION ${HYPRGRAPHICS_VERSION} - SOVERSION 0) + SOVERSION 1) target_link_libraries(hyprgraphics PkgConfig::deps) if(JXL_FOUND) target_link_libraries(hyprgraphics PkgConfig::JXL) diff --git a/VERSION b/VERSION index c946ee6..0ea3a94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.6 +0.2.0