aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorfufexan <[email protected]>2022-06-24 16:45:11 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-06-24 16:45:11 +0000
commit94e8234ac92168ffb68a853e11220bff3364d5b5 (patch)
treec06b984330574bc519ad38b52df35dd8c902c63a /meson.build
parentc78b811b49895b713fbfcbe74f8c446f6ef40ca4 (diff)
downloadHyprland-94e8234ac92168ffb68a853e11220bff3364d5b5.tar.gz
Hyprland-94e8234ac92168ffb68a853e11220bff3364d5b5.zip
[gha] bump flake and meson version
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 f75f64fd..47bba6aa 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Hyprland', 'cpp', 'c',
- version : '0.5.0beta',
+ version : '',
default_options : ['warning_level=3', 'cpp_std=c++20', 'default_library=static'])
wlroots = subproject('wlroots', default_options: ['examples=false'])