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

ruby-changes:60418

From: Nobuyoshi <ko1@a...>
Date: Sun, 15 Mar 2020 22:15:56 +0900 (JST)
Subject: [ruby-changes:60418] a8ced388fd (master): [ruby/stringio] Bump version to 0.1.1

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

From a8ced388fd6770fad16c40e819590ba84488bd80 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 15 Mar 2020 22:09:22 +0900
Subject: [ruby/stringio] Bump version to 0.1.1

https://github.com/ruby/stringio/commit/05d75e5e66

diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c
index b31e801..999e1f5 100644
--- a/ext/stringio/stringio.c
+++ b/ext/stringio/stringio.c
@@ -11,7 +11,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/stringio/stringio.c#L11
 
 **********************************************************************/
 
-#define STRINGIO_VERSION "0.1.0"
+#define STRINGIO_VERSION "0.1.1"
 
 #include "ruby.h"
 #include "ruby/io.h"
-- 
cgit v0.10.2


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

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