summaryrefslogtreecommitdiff
path: root/ext/fcntl
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-07 15:55:32 +0900
committergit <svn-admin@ruby-lang.org>2023-11-07 06:55:45 +0000
commitd63c29ceca1652e6c73b282a48a42daa23c28ec7 (patch)
treefd90653c67d1caa3a71e3e8452239b4bef1e3855 /ext/fcntl
parent84b2a6ad5d8706c3719eccd982d6387c735413a0 (diff)
[ruby/fcntl] Bump up 1.1.0
https://github.com/ruby/fcntl/commit/fe780abe07
Diffstat (limited to 'ext/fcntl')
-rw-r--r--ext/fcntl/fcntl.c2
1 files changed, 1 insertions, 1 deletions
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)