summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKirill Simonov <xi@resolvent.net>2014-03-26 07:03:17 -0500
committerKirill Simonov <xi@resolvent.net>2014-03-26 07:03:17 -0500
commitd1003a9d40b674520934f4f38ffc4ff2a809bc2d (patch)
tree70dbf2902eb1adb7dc89fa543728125a3b82ab3e /configure.ac
parent662f4be270c519ae74b46404ed30cd5ed47735bc (diff)
downloadlibyaml-git-d1003a9d40b674520934f4f38ffc4ff2a809bc2d.tar.gz
Fixed heap overflow in yaml_parser_scan_uri_escapes (Thanks Ivan Fratric of the Google Security Team).0.1.6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e7db798..dd1aca0 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], 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.