From fd5892e94ddd9baf44dcfb2faaa97211a2532d6d Mon Sep 17 00:00:00 2001 From: Alice Mikhaylenko Date: Sat, 2 Dec 2023 03:34:12 +0400 Subject: [PATCH] Release 1.4.2 --- NEWS | 6 ++++++ meson.build | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 94be0db37..13806273a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +============= +Version 1.4.2 +============= + +- Really fix build with libappstream 1.0 + ============= Version 1.4.1 ============= diff --git a/meson.build b/meson.build index e7444347b..205ba2422 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libadwaita', 'c', - version: '1.4.1', + version: '1.4.2', license: 'LGPL-2.1-or-later', meson_version: '>= 0.59.0', default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ], @@ -29,7 +29,7 @@ package_api_name = '@0@-@1@'.format(meson.project_name(), apiversion) # to 0. When bumping the second version, set the third one to zero. # # A lot easier than libtool, right? -libversion = '0.4.1' +libversion = '0.4.2' # The so major version of the library soversion = 0 -- GitLab