props: bump version to 0.5.0

This commit is contained in:
Vaxry 2024-11-16 16:34:41 +00:00
parent 3b00e96f90
commit b31a6a4da8
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -1 +1 @@
0.4.5
0.5.0