We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7c8f9 commit 01eeae1Copy full SHA for 01eeae1
2 files changed
CMakeLists.txt
@@ -66,7 +66,7 @@ target_include_directories(
66
PUBLIC "./include"
67
PRIVATE "./src" "./src/include" "./protocols" "${CMAKE_BINARY_DIR}")
68
set_target_properties(aquamarine PROPERTIES VERSION ${AQUAMARINE_VERSION}
69
- SOVERSION 10)
+ SOVERSION 11)
70
target_link_libraries(aquamarine OpenGL::EGL OpenGL::OpenGL PkgConfig::deps)
71
72
check_include_file("sys/timerfd.h" HAS_TIMERFD)
VERSION
@@ -1 +1 @@
1
-0.11.0
+0.12.0
0 commit comments