summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Simonov <xi@resolvent.net>2009-01-05 09:30:07 +0000
committerKirill Simonov <xi@resolvent.net>2009-01-05 09:30:07 +0000
commit45bc975e7b3b34f1f6e29c1b2941de14fb815a55 (patch)
tree7f6ced4cd9a9a0eaa0633f6a5ff6efc819d3ad74
parentb11a3e6e502e9ff301a3fbec355b3696a3203561 (diff)
downloadlibyaml-hg-45bc975e7b3b34f1f6e29c1b2941de14fb815a55.tar.gz
Set YAML_AGE to 0 as the current interface is not really compatible with the previous one.
-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)