aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2022-11-25 08:32:16 +0200
committerMihai Fufezan <[email protected]>2022-11-25 08:34:23 +0200
commit141456dd89b231aa05dfff9c184f103515cca3b4 (patch)
tree10be6ded794673051f81a23fade60258df8cf2d2 /meson.build
parent9616dc7bd865ae46fb23018a7d49741f81d472a8 (diff)
downloadHyprland-141456dd89b231aa05dfff9c184f103515cca3b4.tar.gz
Hyprland-141456dd89b231aa05dfff9c184f103515cca3b4.zip
Nix & meson: 0.17.0 -> 0.18.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 ede94a7c..db5f2011 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Hyprland', 'cpp', 'c',
- version : '0.17.0beta',
+ version : '0.18.0beta',
default_options : [
'warning_level=2',
'default_library=static',