summaryrefslogtreecommitdiff
path: root/win32
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 /win32
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 'win32')
-rw-r--r--win32/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/config.h b/win32/config.h
index c551551..2459f49 100644
--- a/win32/config.h
+++ b/win32/config.h
@@ -1,4 +1,4 @@
#define YAML_VERSION_MAJOR 0
#define YAML_VERSION_MINOR 1
-#define YAML_VERSION_PATCH 5
-#define YAML_VERSION_STRING "0.1.5"
+#define YAML_VERSION_PATCH 6
+#define YAML_VERSION_STRING "0.1.6"