X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/d52e64e92557f0b6d7704077ec175c88fa7ca243..8445442abc02fc325a9ce228759403113583818c:/configure.in diff --git a/configure.in b/configure.in index d5efb44..543a4c0 100644 --- a/configure.in +++ b/configure.in @@ -1,12 +1,12 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([gob2], [2.0.19]) +AC_INIT([gob2], [2.0.20]) AC_CONFIG_SRCDIR([src/treefuncs.h]) AM_INIT_AUTOMAKE([dist-xz]) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -GLIB_REQUIRED=2.0.0 +GLIB_REQUIRED=2.4.0 dnl dnl An utter hack to allow embedding of gob inside other packages.