diff --git a/NEWS b/NEWS index 94be0db37c67d59ae6efc893d970c3df12bc1d27..13806273a4da096e32aa5cf40c4dc275d43d3789 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 e7444347b65477a605f2d09e7270051e360100e5..205ba242244af34963f00fb3ea1535eabab4d91f 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