Skip to content

Commit 006620e

Browse files
committed
version: bump to 0.4.0
1 parent ca1253c commit 006620e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ target_include_directories(
4040
PUBLIC "./include"
4141
PRIVATE "./src")
4242
set_target_properties(hyprutils PROPERTIES VERSION ${hyprutils_VERSION}
43-
SOVERSION 2)
43+
SOVERSION 3)
4444
target_link_libraries(hyprutils PkgConfig::deps)
4545

4646
# tests

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.3
1+
0.4.0

0 commit comments

Comments
 (0)