From a087e75f6738fc9e0815e647153f5f04cc37d3a4 Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Wed, 30 Sep 2020 15:30:04 +0200 Subject: 1.14.2 --- NEWS | 15 +++++++++++++++ configure.ac | 3 ++- meson.build | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6af43c1..b2856cb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +1.14.2 (stable): + +The tarball for 1.14.2 has been created with 'meson dist'. +If you build with Autotools from the tarball, please read the relevant +part of the README file. + +Build: +* Meson build: Fix versioning on macOS + (Kjell Ahlstedt, Tom Schoonjans) +* Require cairo >= 1.12.0 + Not a new requirement, but now it's specified in configure.ac and + meson.build, so a failure to meet it is noticed earlier when building + (Kjell Ahlstedt) + + 1.14.0 (stable): The tarball for 1.14.0 has been created with 'meson dist'. diff --git a/configure.ac b/configure.ac index 3cf75d7..5d2af99 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,8 @@ ## You should have received a copy of the GNU Lesser General Public License ## along with this library. If not, see . -AC_INIT([cairomm], [1.14.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=cairomm], +AC_INIT([cairomm], [1.14.2], + [https://gitlab.freedesktop.org/cairo/cairomm/-/issues], [cairomm], [http://www.cairographics.org/cairomm/]) AC_PREREQ([2.62]) diff --git a/meson.build b/meson.build index c724042..ba158d6 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # This file is part of cairomm. project('cairomm', 'cpp', - version: '1.14.0', + version: '1.14.2', license: 'LGPLv2+', default_options: [ 'cpp_std=c++11', -- cgit v1.2.3