From 593f24a2ecf86a2a4db3545a21ff4c75ee526f45 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Sat, 18 Jun 2022 01:26:46 +0300 Subject: workflows: add meson version updater and update versions --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') 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']) -- cgit v1.2.3