From 544395c1b08b513b902fbed4dd4a7cab7e9ba9d0 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Mon, 29 Jul 2024 20:37:19 +0200 Subject: [PATCH] version/cmake: bump version 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 d1ef247..bb7a4d6 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 0) + SOVERSION 1) target_link_libraries(aquamarine OpenGL::EGL OpenGL::GL PkgConfig::deps) check_include_file("sys/timerfd.h" HAS_TIMERFD) diff --git a/VERSION b/VERSION index 6e8bf73..0ea3a94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.2.0