summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-25 17:35:52 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-25 17:35:52 +0000
commitbf2d4e93b1f053d3fea18890728b2e12cd7fc34b (patch)
tree44ead47ab802fd12f5026102a44a8d25c24a8233 /version.h
parentae432a96b1d064e39b23aeccea9ca5cfafd71ee0 (diff)
merge revision(s) 54785: [Backport #11900]
* ruby.c (process_options): convert -e script to the encoding given by a command line option on Windows. assume it is the expected encoding. [ruby-dev:49461] [Bug #11900] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@58111 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 a7867a858b..18a9d2c99a 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.2.7"
#define RUBY_RELEASE_DATE "2017-03-26"
-#define RUBY_PATCHLEVEL 443
+#define RUBY_PATCHLEVEL 444
#define RUBY_RELEASE_YEAR 2017
#define RUBY_RELEASE_MONTH 3