From d7904e816c9d0ddf29ae10996b67b524f6114e57 Mon Sep 17 00:00:00 2001 From: Kirill Simonov Date: Mon, 20 Jun 2016 17:34:16 -0500 Subject: [PATCH] win32/config.h: bump the version number. --- win32/config.h | 4 ++-- 1 file 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" -- 2.45.1