aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2022-06-18 01:26:46 +0300
committerMihai Fufezan <[email protected]>2022-06-21 22:28:20 +0300
commit593f24a2ecf86a2a4db3545a21ff4c75ee526f45 (patch)
treecb546488aa73246e7f7fad01118f425d0a11b69a /meson.build
parent8bd7234d7256d494794741f973f470458a1ad904 (diff)
downloadHyprland-593f24a2ecf86a2a4db3545a21ff4c75ee526f45.tar.gz
Hyprland-593f24a2ecf86a2a4db3545a21ff4c75ee526f45.zip
workflows: add meson version updater and update versions
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 b902c80a..f75f64fd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Hyprland', 'cpp', 'c',
- version : '0.1',
+ version : '0.5.0beta',
default_options : ['warning_level=3', 'cpp_std=c++20', 'default_library=static'])
wlroots = subproject('wlroots', default_options: ['examples=false'])