[前][次][番号順一覧][スレッド一覧]

ruby-changes:61907

From: Hiroshi <ko1@a...>
Date: Tue, 23 Jun 2020 15:26:51 +0900 (JST)
Subject: [ruby-changes:61907] 7cdfc2b5fc (master): [ruby/psych] Bump version strings for header file

https://git.ruby-lang.org/ruby.git/commit/?id=7cdfc2b5fc

From 7cdfc2b5fc447af34ef31b731823eed0d5cbc894 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Tue, 23 Jun 2020 13:48:01 +0900
Subject: [ruby/psych] Bump version strings for header file

https://github.com/ruby/psych/commit/68da645c7e

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 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/yaml/config.h#L44
 #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 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/yaml/config.h#L53
 #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 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/yaml/config.h#L68
 #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 */
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]