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 23e4e25 commit a20a0e6Copy full SHA for a20a0e6
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 8)
+ SOVERSION 9)
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.9.5
+0.10.0
0 commit comments