summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-23 14:03:54 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-23 14:03:54 +0900
commit5cf25c55a69264138179f7c955d149a154b50458 (patch)
treefbc8368688c6a8fba794a04cc6ccaadc06249d41 /ext
parent61bd28b836190bbc8ce110e780da4c4aad9f485b (diff)
Update version for Ractor-safe extensions
Diffstat (limited to 'ext')
-rw-r--r--ext/date/date.gemspec2
-rw-r--r--ext/etc/etc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/date.gemspec b/ext/date/date.gemspec
index a5accd29e6..44282759c6 100644
--- a/ext/date/date.gemspec
+++ b/ext/date/date.gemspec
@@ -1,7 +1,7 @@
# frozen_string_literal: true
Gem::Specification.new do |s|
s.name = "date"
- s.version = '3.0.1'
+ s.version = '3.1.0'
s.summary = "A subclass of Object includes Comparable module for handling dates."
s.description = "A subclass of Object includes Comparable module for handling dates."
diff --git a/ext/etc/etc.c b/ext/etc/etc.c
index ab9de97e6b..8318cd94ec 100644
--- a/ext/etc/etc.c
+++ b/ext/etc/etc.c
@@ -52,7 +52,7 @@ char *getenv();
#endif
char *getlogin();
-#define RUBY_ETC_VERSION "1.1.0"
+#define RUBY_ETC_VERSION "1.2.0"
#ifdef HAVE_RB_DEPRECATE_CONSTANT
void rb_deprecate_constant(VALUE mod, const char *name);