summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Simonov <xi@resolvent.net>2016-06-20 17:34:16 -0500
committerKirill Simonov <xi@resolvent.net>2016-06-20 17:34:16 -0500
commit08a4840b56ab44e247cb1ff4cd1e03f97ddcf345 (patch)
tree21983548782bcf7ee5bded279d3882c010ca6feb
parent3bbd116579154bf73b42038ae25722bf96fe096b (diff)
downloadlibyaml-hg-08a4840b56ab44e247cb1ff4cd1e03f97ddcf345.tar.gz
win32/config.h: bump the version number.
-rw-r--r--win32/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/config.h b/win32/config.h
index 2459f49..9ca2669 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 6
-#define YAML_VERSION_STRING "0.1.6"
+#define YAML_VERSION_PATCH 7
+#define YAML_VERSION_STRING "0.1.7"