diff options
author | Mihai Fufezan <[email protected]> | 2022-10-15 01:39:49 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2022-10-15 01:40:25 +0300 |
commit | f30e572e003e8a92feba531651eafc7a9ae5bf17 (patch) | |
tree | 55a68185b1a04918a4093f6e19b20f8c41ca135e /meson.build | |
parent | 34cd8b125ad9f03ababd7789ebe12eac69e23227 (diff) | |
download | Hyprland-f30e572e003e8a92feba531651eafc7a9ae5bf17.tar.gz Hyprland-f30e572e003e8a92feba531651eafc7a9ae5bf17.zip |
Nix & meson: 0.15.0beta -> 0.15.3beta
Nix: remove merged libdrm update
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 5de1f741..c7e94e88 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Hyprland', 'cpp', 'c', - version : '0.15.0beta', + version : '0.15.3beta', default_options : [ 'warning_level=2', 'default_library=static', |