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

ruby-changes:58989

From: Hiroshi <ko1@a...>
Date: Sat, 30 Nov 2019 20:49:57 +0900 (JST)
Subject: [ruby-changes:58989] b94d06096b (master): [ruby/zlib] Bump version to 1.1.0

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

From b94d06096b8f2a375719ce09370e004fcb277b25 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Sat, 30 Nov 2019 18:20:02 +0900
Subject: [ruby/zlib] Bump version to 1.1.0

https://github.com/ruby/zlib/commit/5af77c1ee8

diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c
index 23466d1..5c8aab2 100644
--- a/ext/zlib/zlib.c
+++ b/ext/zlib/zlib.c
@@ -25,7 +25,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/zlib/zlib.c#L25
 # define VALGRIND_MAKE_MEM_UNDEFINED(p, n) 0
 #endif
 
-#define RUBY_ZLIB_VERSION "1.0.0"
+#define RUBY_ZLIB_VERSION "1.1.0"
 
 #ifndef RB_PASS_CALLED_KEYWORDS
 # define rb_class_new_instance_kw(argc, argv, klass, kw_splat) rb_class_new_instance(argc, argv, klass)
-- 
cgit v0.10.2


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

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