From 9f89221b024b028286bea35f7a4d9b873bfb3266 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Fri, 25 Aug 2017 11:19:07 +0200 Subject: Change the ABI to glibmm-2.54 So we can use the 2.53/54 version numbers for more stable releases. We don't need to release a stable ABI-parallel glibmm until we need to release gtkmm 4.0, and that won't happen until GTK+ 4.0.0 happens, and we don't know when that might be. We did this once before: https://git.gnome.org/browse/glibmm/commit/?id=dee483b29bdaaabc587f3f8b6bff05663e7dccdc --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index efe6a094..1e1598cb 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.53.2], +AC_INIT([glibmm], [2.55.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm], [glibmm], [http://www.gtkmm.org/]) AC_PREREQ([2.59]) @@ -31,8 +31,8 @@ AM_MAINTAINER_MODE AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I ]) MM_PREREQ([0.9.10]) -MM_INIT_MODULE([glibmm-2.54]) -MM_INIT_MODULE([giomm-2.54]) +MM_INIT_MODULE([glibmm-2.56]) +MM_INIT_MODULE([giomm-2.56]) # Copy the mm-common .pl scripts into docs/, # and use them from there, -- cgit v1.2.1