From 6ac56d31410a0f76824ae1bb9110620e618968da Mon Sep 17 00:00:00 2001 From: Kirill Simonov Date: Thu, 31 Jul 2008 20:23:33 +0000 Subject: Bumped the version number in the stable branch. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2aba399..d139c9d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Define the package version numbers and the bug reporting link. m4_define([YAML_MAJOR], 0) -m4_define([YAML_MINOR], 0) +m4_define([YAML_MINOR], 1) m4_define([YAML_PATCH], 1) m4_define([YAML_BUGS], [http://pyyaml.org/newticket?component=libyaml]) -- cgit v1.2.1