From d63c29ceca1652e6c73b282a48a42daa23c28ec7 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 7 Nov 2023 15:55:32 +0900 Subject: [PATCH] [ruby/fcntl] Bump up 1.1.0 https://github.com/ruby/fcntl/commit/fe780abe07 --- ext/fcntl/fcntl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/fcntl/fcntl.c b/ext/fcntl/fcntl.c index 4ea7b29bf5..4af2077a0a 100644 --- a/ext/fcntl/fcntl.c +++ b/ext/fcntl/fcntl.c @@ -62,7 +62,7 @@ pack up your own arguments to pass as args for locking functions, etc. * */ -#define FCNTL_VERSION "1.0.2" +#define FCNTL_VERSION "1.1.0" void Init_fcntl(void)