summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>2009-01-05 09:30:07 +0000
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>2009-01-05 09:30:07 +0000
commitcecb8ca2959b596e1937ad41b2fbc01de7dfe793 (patch)
tree7f6ced4cd9a9a0eaa0633f6a5ff6efc819d3ad74
parentba0ddaef87757e12eac2ffbc39dc9378ae53db2b (diff)
downloadlibyaml-cecb8ca2959b596e1937ad41b2fbc01de7dfe793.tar.gz
Set YAML_AGE to 0 as the current interface is not really compatible with the previous one.
git-svn-id: http://svn.pyyaml.org/libyaml/branches/stable@344 18f92427-320e-0410-9341-c67f048884a3
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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)