merge revision(s) 035b75c8f4097a48cde3cebc5db5e2efddc21546:

Update zlib version to 1.2.12

	---
	 .appveyor.yml | 2 +-
	 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
nagachika 2022-04-02 14:24:20 +09:00
parent 74b42fe781
commit e73165c4cd
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ platform:
- x64
environment:
ruby_version: "24-%Platform%"
zlib_version: "1.2.11"
zlib_version: "1.2.12"
matrix:
- build: vs
vs: 120

View File

@ -12,7 +12,7 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 4
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
#define RUBY_PATCHLEVEL 205
#define RUBY_PATCHLEVEL 206
#define RUBY_RELEASE_YEAR 2022
#define RUBY_RELEASE_MONTH 4