From: Kirill Simonov Date: Mon, 20 Jun 2016 22:34:16 +0000 (-0500) Subject: win32/config.h: bump the version number. X-Git-Tag: upstream/0.1.7^2~4 X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/commitdiff_plain/d7904e816c9d0ddf29ae10996b67b524f6114e57 win32/config.h: bump the version number. --- 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"