versioning: fixup ver in meson

This commit is contained in:
vaxerski 2023-04-09 23:32:24 +01:00
parent ab8d54f6f6
commit 8924e7adb3
1 changed files with 1 additions and 1 deletions

View File

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