From 8924e7adb38a3fd82b72b1d5e2885cda78b30f23 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sun, 9 Apr 2023 23:32:24 +0100 Subject: [PATCH] versioning: fixup ver in meson --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 8557ed0..1603c6c 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'xdg-desktop-portal-hyprland', 'c', - version: '0.6.0', + version: '0.2', license: 'MIT', meson_version: '>=0.58.0', default_options: ['c_std=c11', 'warning_level=2', 'werror=false'],