Skip to content

Commit 0d1c886

Browse files
committed
version: bump to 0.2.0
1 parent 9c3e298 commit 0d1c886

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
@@ -76,7 +76,7 @@ target_include_directories(
7676
PUBLIC "./include"
7777
PRIVATE "./src" "./src/include" "./protocols" "${CMAKE_BINARY_DIR}")
7878
set_target_properties(hyprtoolkit PROPERTIES VERSION ${HYPRTOOLKIT_VERSION}
79-
SOVERSION 1)
79+
SOVERSION 2)
8080
target_link_libraries(hyprtoolkit OpenGL::EGL OpenGL::OpenGL PkgConfig::deps)
8181

8282
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.1.1
1+
0.2.0

0 commit comments

Comments
 (0)