]> git.draconx.ca Git - gob-dx.git/blobdiff - configure.in
Release 2.0.20
[gob-dx.git] / configure.in
index d5efb443c2708c1bac0e1d4d05192b54c222449c..543a4c0f44d4057f36ad6996cc61b35ed015441f 100644 (file)
@@ -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.