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 ca1253c commit 006620eCopy full SHA for 006620e
CMakeLists.txt
@@ -40,7 +40,7 @@ target_include_directories(
40
PUBLIC "./include"
41
PRIVATE "./src")
42
set_target_properties(hyprutils PROPERTIES VERSION ${hyprutils_VERSION}
43
- SOVERSION 2)
+ SOVERSION 3)
44
target_link_libraries(hyprutils PkgConfig::deps)
45
46
# tests
VERSION
@@ -1 +1 @@
1
-0.3.3
+0.4.0
0 commit comments