]> andersk Git - libyaml.git/blobdiff - configure.ac
Fixed heap overflow in yaml_parser_scan_uri_escapes (Thanks Ivan Fratric of the Googl...
[libyaml.git] / configure.ac
index e7db798231da19a873bd26eee150da66cdbdf67e..dd1aca05c71477e54f9b58df9ae19843ec37c28b 100644 (file)
@@ -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], 5)
+m4_define([YAML_PATCH], 6)
 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], 3)
+m4_define([YAML_REVISION], 4)
 m4_define([YAML_AGE], 0)
 
 # Initialize autoconf & automake.
This page took 0.087098 seconds and 4 git commands to generate.