aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2023-01-06 01:24:47 +0200
committerMihai Fufezan <[email protected]>2023-01-06 01:24:47 +0200
commite9a6c3b49828ff39b211effeee952756bb23ef8a (patch)
tree752774a4f161fc4919491ed3a17cc5f2a438c5bc /meson.build
parentc02ac5e08a425d5ec44b48e24ca2695d9cafd38d (diff)
downloadHyprland-e9a6c3b49828ff39b211effeee952756bb23ef8a.tar.gz
Hyprland-e9a6c3b49828ff39b211effeee952756bb23ef8a.zip
Nix & meson: 0.19.2 -> 0.20.0
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 73c84abf..5c096f8a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Hyprland', 'cpp', 'c',
- version : '0.19.2beta',
+ version : '0.20.0beta',
default_options : [
'warning_level=2',
'default_library=static',