mirror of
https://github.com/hyprwm/hyprutils.git
synced 2024-11-16 23:05:58 +01:00
cmake: bump ver to 0.2.0
This commit is contained in:
parent
6174a2a25f
commit
eb1ceff2b8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue