From b31a6a4da8199ae3489057db7d36069a70749a56 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 16 Nov 2024 16:34:41 +0000 Subject: [PATCH] props: bump version to 0.5.0 --- CMakeLists.txt | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3348f91..771dc1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,7 @@ target_include_directories( PUBLIC "./include" PRIVATE "./src" "./src/include" "./protocols" "${CMAKE_BINARY_DIR}") set_target_properties(aquamarine PROPERTIES VERSION ${AQUAMARINE_VERSION} - SOVERSION 3) + SOVERSION 4) target_link_libraries(aquamarine OpenGL::EGL OpenGL::OpenGL PkgConfig::deps) check_include_file("sys/timerfd.h" HAS_TIMERFD) diff --git a/VERSION b/VERSION index 0bfccb0..8f0916f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.5 +0.5.0