From 45bc975e7b3b34f1f6e29c1b2941de14fb815a55 Mon Sep 17 00:00:00 2001 From: Kirill Simonov Date: Mon, 5 Jan 2009 09:30:07 +0000 Subject: Set YAML_AGE to 0 as the current interface is not really compatible with the previous one. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 32bc8dd..29b303f 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ m4_define([YAML_BUGS], [http://pyyaml.org/newticket?component=libyaml]) m4_define([YAML_RELEASE], 0) m4_define([YAML_CURRENT], 2) m4_define([YAML_REVISION], 0) -m4_define([YAML_AGE], 1) +m4_define([YAML_AGE], 0) # Initialize autoconf & automake. AC_PREREQ(2.59) -- cgit v1.2.1