From 9b50d0c719b19461719fbc97d27055b82091a482 Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Thu, 5 May 2022 10:32:15 +0200 Subject: 2.72.1 --- NEWS | 8 ++++++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 37b1dcd8..ecd5169c 100755 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +2.72.1 (stable): + +Glib: +* ustring_Iterator: Don't declare copy constructor =default. + A fix in the 2.72.0 release broke ABI. + (Kjell Ahlstedt) Issue #98 (Scotty Trees) + + 2.72.0 (stable): Glib: diff --git a/configure.ac b/configure.ac index 6a447d44..6950ca77 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ ## You should have received a copy of the GNU Lesser General Public License ## along with this library. If not, see . -AC_INIT([glibmm], [2.72.0], +AC_INIT([glibmm], [2.72.1], [https://gitlab.gnome.org/GNOME/glibmm/issues], [glibmm], [http://www.gtkmm.org/]) AC_PREREQ([2.59]) diff --git a/meson.build b/meson.build index c003db0b..94b327e3 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # This file is part of glibmm. project('glibmm', 'cpp', - version: '2.72.0', + version: '2.72.1', license: 'LGPLv2.1+', default_options: [ 'cpp_std=c++17' -- cgit v1.2.1