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 919e001 commit a8473c0Copy full SHA for a8473c0
CMakeLists.txt
@@ -72,7 +72,7 @@ target_include_directories(
72
PUBLIC "./include"
73
PRIVATE "./src" "./src/include" "./protocols" "${CMAKE_BINARY_DIR}")
74
set_target_properties(hyprtoolkit PROPERTIES VERSION ${HYPRTOOLKIT_VERSION}
75
- SOVERSION 3)
+ SOVERSION 4)
76
target_link_libraries(hyprtoolkit PUBLIC OpenGL::EGL OpenGL::OpenGL
77
PkgConfig::deps)
78
VERSION
@@ -1 +1 @@
1
-0.3.0
+0.4.0
0 commit comments