aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2022-06-24 19:48:11 +0300
committerMihai Fufezan <[email protected]>2022-06-24 19:48:11 +0300
commite95e01416e9431c7fbfb164746b194594062da9c (patch)
tree4887c06b6ea49774d5b714416eba3b062262edf4 /meson.build
parent94e8234ac92168ffb68a853e11220bff3364d5b5 (diff)
downloadHyprland-e95e01416e9431c7fbfb164746b194594062da9c.tar.gz
Hyprland-e95e01416e9431c7fbfb164746b194594062da9c.zip
flake, meson: manually update version
version update workflow: temporarily disable running on push
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 47bba6aa..7c075e4e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Hyprland', 'cpp', 'c',
- version : '',
+ version : '0.6.0beta',
default_options : ['warning_level=3', 'cpp_std=c++20', 'default_library=static'])
wlroots = subproject('wlroots', default_options: ['examples=false'])