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 9ab6431 commit 3df7bdeCopy full SHA for 3df7bde
CMakeLists.txt
@@ -50,7 +50,7 @@ target_include_directories(
50
PUBLIC "./include"
51
PRIVATE "./src")
52
set_target_properties(hyprutils PROPERTIES VERSION ${hyprutils_VERSION}
53
- SOVERSION 8)
+ SOVERSION 9)
54
target_link_libraries(hyprutils PkgConfig::deps)
55
56
# tests
VERSION
@@ -1 +1 @@
1
-0.9.0
+0.10.0
0 commit comments