summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKirill Simonov <xi@resolvent.net>2008-12-27 19:17:42 +0000
committerKirill Simonov <xi@resolvent.net>2008-12-27 19:17:42 +0000
commit7e26b2e9af8b80b689fd101d732572fb01c5e2db (patch)
tree66a29863401b03c7b55ab06dbfeb568e2220911b /configure.ac
parent561ca6de7b3ee25f67e440b842b4aa1eb59a33c5 (diff)
downloadlibyaml-git-7e26b2e9af8b80b689fd101d732572fb01c5e2db.tar.gz
Bumped the version number.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d139c9d..f494c1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
# Define the package version numbers and the bug reporting link.
m4_define([YAML_MAJOR], 0)
m4_define([YAML_MINOR], 1)
-m4_define([YAML_PATCH], 1)
+m4_define([YAML_PATCH], 2)
m4_define([YAML_BUGS], [http://pyyaml.org/newticket?component=libyaml])
# Define the libtool version numbers; check the Autobook, Section 11.4.
@@ -18,9 +18,9 @@ m4_define([YAML_BUGS], [http://pyyaml.org/newticket?component=libyaml])
# else:
# YAML_AGE = 0
m4_define([YAML_RELEASE], 0)
-m4_define([YAML_CURRENT], 1)
+m4_define([YAML_CURRENT], 2)
m4_define([YAML_REVISION], 0)
-m4_define([YAML_AGE], 0)
+m4_define([YAML_AGE], 1)
# Initialize autoconf & automake.
AC_PREREQ(2.59)