diff options
author | Mihai Fufezan <[email protected]> | 2022-10-18 01:16:44 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2022-10-18 01:16:44 +0300 |
commit | 48634d7e4a887fb1e9834a56355f4fe8b20fcc88 (patch) | |
tree | efa15023de97847fdc65dac6443ff0cf845e4d22 /meson.build | |
parent | ecf0cdaba4f8da4922bbf8c2cc607b9f5e9ae3b6 (diff) | |
download | Hyprland-48634d7e4a887fb1e9834a56355f4fe8b20fcc88.tar.gz Hyprland-48634d7e4a887fb1e9834a56355f4fe8b20fcc88.zip |
Nix & meson: 0.15.3 -> 0.16.0
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index c7e94e88..c9900ec1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Hyprland', 'cpp', 'c', - version : '0.15.3beta', + version : '0.16.0beta', default_options : [ 'warning_level=2', 'default_library=static', |