Skip to content

Commit fe8ff21

Browse files
committed
version: bump to 0.7.0
1 parent 03677f8 commit fe8ff21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ target_include_directories(
5959
PUBLIC "./include"
6060
PRIVATE "./src" "./src/include" "./protocols" "${CMAKE_BINARY_DIR}")
6161
set_target_properties(aquamarine PROPERTIES VERSION ${AQUAMARINE_VERSION}
62-
SOVERSION 5)
62+
SOVERSION 6)
6363
target_link_libraries(aquamarine OpenGL::EGL OpenGL::OpenGL PkgConfig::deps)
6464

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

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.7.0

0 commit comments

Comments
 (0)