summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-29 14:41:11 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-29 14:41:11 +0000
commit24d44aeb023364c0cd9ec8958ea8be6b98fa044f (patch)
tree92e06c242938d216dc0b44ffcb69b8fa629b947c
parenta4e761b7650340314180cc2559b7d2a631a3db16 (diff)
* ChangeLog: fixed wrong version number of rubygems. reported by Rob Braden.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@52361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
-rw-r--r--version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 398929f888..ac74ba3bd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -56,7 +56,7 @@ Tue Sep 29 17:18:40 2015 NAKAMURA Usaku <usa@ruby-lang.org>
Tue Aug 18 21:40:43 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
- * lib/rubygems.rb: bump version to 2.4.5.1. this version fixed
+ * lib/rubygems.rb: bump version to 2.2.5. this version fixed
CVE-2015-3900.
* lib/rubygems/remote_fetcher.rb: ditto.
diff --git a/version.h b/version.h
index 0d424511d4..75fcbf3133 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.1.8"
#define RUBY_RELEASE_DATE "2015-10-29"
-#define RUBY_PATCHLEVEL 410
+#define RUBY_PATCHLEVEL 411
#define RUBY_RELEASE_YEAR 2015
#define RUBY_RELEASE_MONTH 10