summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-23 13:48:01 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-23 13:48:01 +0900
commit68da645c7efdb0e39070eb1d3218030df2f6d14c (patch)
treef663abf828082ae8b9fec17090b4739e0827572b
parent39996192cc74a32ac99833c33a14cc54ab2b2396 (diff)
downloadpsych-68da645c7efdb0e39070eb1d3218030df2f6d14c.zip
Bump version strings for header file
-rw-r--r--ext/psych/yaml/config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/psych/yaml/config.h b/ext/psych/yaml/config.h
index 9020943..4b1150f 100644
--- a/ext/psych/yaml/config.h
+++ b/ext/psych/yaml/config.h
@@ -44,7 +44,7 @@
#define PACKAGE_NAME "yaml"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "yaml 0.2.1"
+#define PACKAGE_STRING "yaml 0.2.5"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "yaml"
@@ -53,13 +53,13 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.2.1"
+#define PACKAGE_VERSION "0.2.5"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "0.2.1"
+#define VERSION "0.2.5"
/* Define the major version number. */
#define YAML_VERSION_MAJOR 0
@@ -68,10 +68,10 @@
#define YAML_VERSION_MINOR 2
/* Define the patch version number. */
-#define YAML_VERSION_PATCH 1
+#define YAML_VERSION_PATCH 5
/* Define the version string. */
-#define YAML_VERSION_STRING "0.2.1"
+#define YAML_VERSION_STRING "0.2.5"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */