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 9c3e298 commit 0d1c886Copy full SHA for 0d1c886
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 1)
+ SOVERSION 2)
80
target_link_libraries(hyprtoolkit OpenGL::EGL OpenGL::OpenGL PkgConfig::deps)
81
82
check_include_file("sys/timerfd.h" HAS_TIMERFD)
VERSION
@@ -1 +1 @@
1
-0.1.1
+0.2.0
0 commit comments