From 0be7421be5c44fdf0458d529777682cf731ef9ff Mon Sep 17 00:00:00 2001 From: Kirill Simonov Date: Sat, 29 Aug 2009 23:08:25 +0000 Subject: Preparing the 0.1.3 release. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 29b303f..6719caa 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], 2) +m4_define([YAML_PATCH], 3) m4_define([YAML_BUGS], [http://pyyaml.org/newticket?component=libyaml]) # Define the libtool version numbers; check the Autobook, Section 11.4. @@ -19,7 +19,7 @@ m4_define([YAML_BUGS], [http://pyyaml.org/newticket?component=libyaml]) # YAML_AGE = 0 m4_define([YAML_RELEASE], 0) m4_define([YAML_CURRENT], 2) -m4_define([YAML_REVISION], 0) +m4_define([YAML_REVISION], 1) m4_define([YAML_AGE], 0) # Initialize autoconf & automake. -- cgit v1.2.1