summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2020-12-11 18:21:32 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2020-12-11 18:21:32 +0100
commit3ac399bcc946ef5e398cdf7eaf603f7430ca1f28 (patch)
tree41674f3b9f9a651c12977890a27097e884ac84a6 /configure.ac
parentb7ec92f0980f8913e7ef53b605070eb9ebe7bee4 (diff)
downloadglibmm-3ac399bcc946ef5e398cdf7eaf603f7430ca1f28.tar.gz
Change the ABI to glibmm-2.68
So we can use the 2.66 version numbers for stable releases in the glibmm-2.4 ABI series. We've done similar ABI name changes several times before.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index dbed094a..2258ebbf 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.65.3],
+AC_INIT([glibmm], [2.67.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.66])
-MM_INIT_MODULE([giomm-2.66])
+MM_INIT_MODULE([glibmm-2.68])
+MM_INIT_MODULE([giomm-2.68])
# Copy the mm-common .pl scripts into docs/,
# and use them from there,
@@ -83,9 +83,9 @@ 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.61.2'
+glibreq='2.0 >= 2.63.0'
-GLIBMM_MODULES="sigc++-3.0 >= 2.99.5 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
+GLIBMM_MODULES="sigc++-3.0 >= 3.0.0 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"
test "x$glibmm_host_windows" = xyes || GIOMM_MODULES="$GIOMM_MODULES gio-unix-$glibreq"