Skip to content

Commit

Permalink
cmake: bump ver to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Jul 15, 2024
1 parent 6174a2a commit eb1ceff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.19)

set(HYPRUTILS_VERSION "0.1.5")
set(HYPRUTILS_VERSION "0.2.0")
add_compile_definitions(HYPRUTILS_VERSION="${HYPRUTILS_VERSION}")

project(hyprutils
Expand Down Expand Up @@ -40,7 +40,7 @@ target_include_directories( hyprutils
)
set_target_properties(hyprutils PROPERTIES
VERSION ${hyprutils_VERSION}
SOVERSION 0
SOVERSION 1
)
target_link_libraries(hyprutils PkgConfig::deps)

Expand Down

0 comments on commit eb1ceff

Please sign in to comment.