workflows: add meson version updater and update versions

This commit is contained in:
Mihai Fufezan 2022-06-18 01:26:46 +03:00
parent 8bd7234d72
commit 593f24a2ec
No known key found for this signature in database
GPG key ID: 5899325F2F120900
3 changed files with 28 additions and 2 deletions

View file

@ -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'])