This is largely a bug fix release though it has some large behind the scenes changes:
+This is another bug fix release:
diff --git a/data/misc/meson.build b/data/misc/meson.build index 4525ce1a..bce952a7 100644 --- a/data/misc/meson.build +++ b/data/misc/meson.build @@ -13,7 +13,7 @@ if get_option('with-gtk') appstream_util = find_program('appstream-util', required: false) if appstream_util.found() test('Validate io.github.Hexchat.appdata.xml', appstream_util, - args: ['validate', hexchat_appdata] + args: ['validate-relax', hexchat_appdata] ) endif diff --git a/meson.build b/meson.build index 41d09cb3..5a17ef9c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('hexchat', 'c', - version: '2.12.4', + version: '2.14.0', meson_version: '>= 0.38.0', default_options: [ 'c_std=gnu89',