Skip to content

Commit a8473c0

Browse files
committed
version: bump to 0.4.0
1 parent 919e001 commit a8473c0

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
@@ -72,7 +72,7 @@ target_include_directories(
7272
PUBLIC "./include"
7373
PRIVATE "./src" "./src/include" "./protocols" "${CMAKE_BINARY_DIR}")
7474
set_target_properties(hyprtoolkit PROPERTIES VERSION ${HYPRTOOLKIT_VERSION}
75-
SOVERSION 3)
75+
SOVERSION 4)
7676
target_link_libraries(hyprtoolkit PUBLIC OpenGL::EGL OpenGL::OpenGL
7777
PkgConfig::deps)
7878

VERSION

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

0 commit comments

Comments
 (0)