summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2017-08-25 11:19:07 +0200
committerMurray Cumming <murrayc@murrayc.com>2017-08-25 11:19:07 +0200
commit9f89221b024b028286bea35f7a4d9b873bfb3266 (patch)
treefbda7c3aff3a6f0abef9fc55ca130badb9323b42 /configure.ac
parentdbf53fdad1133aa6f6966f2ef2fbbaafa4da3340 (diff)
downloadglibmm-9f89221b024b028286bea35f7a4d9b873bfb3266.tar.gz
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>.
-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 <macro dir>])
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,