summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-10 01:10:24 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-10 01:10:24 +0000
commit97c6e3934c68e90592f6913f68861d0dbc49c6a4 (patch)
tree72af512a7fc23f299643c711cc944e455ac62722 /version.h
parent366c5481e686ca35e8dbfb84c1c08f7890511e56 (diff)
* lib/rubygems: fix several vulnerabilities in RubyGems; bump to version
2.4.5.3. [Backport #13842] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@59805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index 69cd9aaa25..f0065607d3 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.2.8"
#define RUBY_RELEASE_DATE "2017-09-09"
-#define RUBY_PATCHLEVEL 472
+#define RUBY_PATCHLEVEL 473
#define RUBY_RELEASE_YEAR 2017
#define RUBY_RELEASE_MONTH 9