summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2019-09-18 16:20:46 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2019-09-18 16:20:46 +0200
commit3d819821c4136dbdf64d9ef09906f57a789b41f4 (patch)
tree5fa0fd1914316403676860a508621dc666a493f7 /configure.ac
parent283d820c2655a4333e3ca1167fb72c522b1f6dc2 (diff)
downloadglibmm-3d819821c4136dbdf64d9ef09906f57a789b41f4.tar.gz
Change the ABI to glibmm-2.64
So we can use the 2.62 version numbers for stable releases in the glibmm-2.4 ABI series. 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. We've done similar ABI name changes several times before.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 943039e6..6ebc1e1f 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.61.1],
+AC_INIT([glibmm], [2.63.1],
[https://gitlab.gnome.org/GNOME/glibmm/issues],
[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.12])
-MM_INIT_MODULE([glibmm-2.62])
-MM_INIT_MODULE([giomm-2.62])
+MM_INIT_MODULE([glibmm-2.64])
+MM_INIT_MODULE([giomm-2.64])
# Copy the mm-common .pl scripts into docs/,
# and use them from there,
@@ -82,7 +82,7 @@ AS_IF([test "x$enable_static" = xyes],
AC_DEFINE([GIOMM_STATIC_LIB], [1], [Define if giomm is built as a static library])
])
-glibreq='2.0 >= 2.59.2'
+glibreq='2.0 >= 2.61.2'
GLIBMM_MODULES="sigc++-3.0 >= 2.99.5 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"