summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-30 13:01:26 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-30 13:01:26 +0000
commit25a2e376bb3cfcbbfadc856bf3c29c4376ec8caf (patch)
treec1333d4269f5e1fdb6d5d1359a5f4e178460624f /version.h
parent971b99f3ed87560ad1523f1442ec0a842fa2606b (diff)
merge revision(s) 59102: [Backport #13515]
pathname.rb: UNC root pathname needs a separator * ext/pathname/lib/pathname.rb (Pathname#plus): UNC root pathname needs a separator. File.basename returns "/" on UNC root, as well as sole drive letter, even if it does not end with a separator. [ruby-core:80900] [Bug #13515] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@59240 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 32b682a153..edeeff91f8 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.3.5"
#define RUBY_RELEASE_DATE "2017-06-30"
-#define RUBY_PATCHLEVEL 336
+#define RUBY_PATCHLEVEL 337
#define RUBY_RELEASE_YEAR 2017
#define RUBY_RELEASE_MONTH 6