Skip to content

Commit a20a0e6

Browse files
committed
version: bump to 0.10.0
1 parent 23e4e25 commit a20a0e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ target_include_directories(
6666
PUBLIC "./include"
6767
PRIVATE "./src" "./src/include" "./protocols" "${CMAKE_BINARY_DIR}")
6868
set_target_properties(aquamarine PROPERTIES VERSION ${AQUAMARINE_VERSION}
69-
SOVERSION 8)
69+
SOVERSION 9)
7070
target_link_libraries(aquamarine OpenGL::EGL OpenGL::OpenGL PkgConfig::deps)
7171

7272
check_include_file("sys/timerfd.h" HAS_TIMERFD)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.5
1+
0.10.0

0 commit comments

Comments
 (0)