Skip to content

Commit 2af07d3

Browse files
committed
version: bump to 0.3.0
1 parent 83ed855 commit 2af07d3

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 2)
79+
SOVERSION 3)
8080
target_link_libraries(hyprtoolkit PUBLIC 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.2.4
1+
0.3.0

0 commit comments

Comments
 (0)