mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 13:05:59 +01:00
Update version to 0.6.0
This commit is contained in:
parent
cf3b083c32
commit
c0305f4f86
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
project(
|
||||
'wlroots',
|
||||
'c',
|
||||
version: '0.5.0',
|
||||
version: '0.6.0',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.48.0',
|
||||
default_options: [
|
||||
|
@ -14,7 +14,7 @@ project(
|
|||
# Format of so_version is CURRENT, REVISION, AGE.
|
||||
# See: https://autotools.io/libtool/version.html
|
||||
# for a reference about clean library versioning.
|
||||
so_version = ['2', '3', '1']
|
||||
so_version = ['3', '4', '1']
|
||||
|
||||
add_project_arguments([
|
||||
'-DWLR_SRC_DIR="@0@"'.format(meson.current_source_dir()),
|
||||
|
|
Loading…
Reference in a new issue