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 2f24138 commit fe68648Copy full SHA for fe68648
CMakeLists.txt
@@ -52,7 +52,7 @@ target_include_directories(
52
PUBLIC "./include"
53
PRIVATE "./src")
54
set_target_properties(hyprutils PROPERTIES VERSION ${hyprutils_VERSION}
55
- SOVERSION 9)
+ SOVERSION 10)
56
target_link_libraries(hyprutils PkgConfig::deps)
57
58
if(BUILD_TESTING)
VERSION
@@ -1 +1 @@
1
-0.10.4
+0.11.0
0 commit comments