summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-15 15:48:17 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-15 15:48:17 +0000
commitcbc21bed71da5c4973d3faaf00eca43223d63772 (patch)
tree642b7f59b024b09476399ce88a86654a1687d6ac /version.h
parentea0fc44996271e4cabea9bb57036d4479acd28bb (diff)
merge revision(s) r44586: [Backport #9152]
* lib/xmlrpc/client.rb: [DOC] Remove note about SSL package on RAA Since RAA has been deprecated, and the SSL package has been replaced with net/https this statement is entirely false and should be deleted. [Bug #9152] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@44981 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 e81663150b..9f5553a479 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.0.0"
#define RUBY_RELEASE_DATE "2014-02-16"
-#define RUBY_PATCHLEVEL 415
+#define RUBY_PATCHLEVEL 416
#define RUBY_RELEASE_YEAR 2014
#define RUBY_RELEASE_MONTH 2