diff options
author | Mihai Fufezan <[email protected]> | 2022-07-27 14:57:27 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2022-07-27 14:57:59 +0300 |
commit | b2627c05c4e92495008628f7ec47c4d0ccbe9354 (patch) | |
tree | df446727b18b313b0e6e983a52d75e22e12e6632 /meson.build | |
parent | 427bc35b6b991da4049c7ccd30b4542410227170 (diff) | |
download | Hyprland-b2627c05c4e92495008628f7ec47c4d0ccbe9354.tar.gz Hyprland-b2627c05c4e92495008628f7ec47c4d0ccbe9354.zip |
flake & meson: 0.7.0 -> 0.8.1
nix: add legacyRenderer option
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 294b1ef6..9bc80a8a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Hyprland', 'cpp', 'c', - version : '0.7.0beta', + version : '0.8.1beta', default_options : ['warning_level=2', 'default_library=static', 'optimization=3']) add_global_arguments('-std=c++23', language: 'cpp') |