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 83ed855 commit 2af07d3Copy full SHA for 2af07d3
CMakeLists.txt
@@ -76,7 +76,7 @@ target_include_directories(
76
PUBLIC "./include"
77
PRIVATE "./src" "./src/include" "./protocols" "${CMAKE_BINARY_DIR}")
78
set_target_properties(hyprtoolkit PROPERTIES VERSION ${HYPRTOOLKIT_VERSION}
79
- SOVERSION 2)
+ SOVERSION 3)
80
target_link_libraries(hyprtoolkit PUBLIC OpenGL::EGL OpenGL::OpenGL PkgConfig::deps)
81
82
check_include_file("sys/timerfd.h" HAS_TIMERFD)
VERSION
@@ -1 +1 @@
1
-0.2.4
+0.3.0
0 commit comments