diff options
author | Rens Porre <[email protected]> | 2022-12-21 08:13:29 +0100 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2022-12-22 00:05:56 +0200 |
commit | de5e784e0759d62f0973fcb7a0e6461524e220f4 (patch) | |
tree | d8e7d42a79cedd063fc112ddae03e9459c5cb6ee /meson.build | |
parent | 96cb47fc64438c93e7663afa832a567120f82128 (diff) | |
download | Hyprland-de5e784e0759d62f0973fcb7a0e6461524e220f4.tar.gz Hyprland-de5e784e0759d62f0973fcb7a0e6461524e220f4.zip |
Nix & meson: 0.18.0 -> 0.19.2
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 db5f2011..3ca2b578 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Hyprland', 'cpp', 'c', - version : '0.18.0beta', + version : '0.19.2beta', default_options : [ 'warning_level=2', 'default_library=static', |