This commit is contained in:
kramo
2024-02-17 14:31:13 +01:00
parent 8ec776a04c
commit ccd97c73ea
2 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
project('cartridges',
version: '2.7.2',
version: '2.7.3',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
@@ -49,4 +49,4 @@ gnome.post_install(
glib_compile_schemas: true,
gtk_update_icon_cache: true,
update_desktop_database: true,
)
)