summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-25 16:14:19 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-25 16:14:19 +0000
commit9f853b2e1b874a7ae19c46cdbbec1aeb0adb3b4c (patch)
treef0410b889d9c5363e2f3b7720be4595eca109390 /version.h
parent2d5eca7f505b852d6ab50a5c7aa4c05f601a18b5 (diff)
merge revision(s) 57762: [Backport #13267]
broken mingw * configure.in: check whether frexp and modf are broken. * include/ruby/win32.h (frexp, modf): ignore bad declarations when compiling as C++. [ruby-core:79859] [Bug #13267] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@58096 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 499d4490d3..898ddb9adf 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 428
+#define RUBY_PATCHLEVEL 429
#define RUBY_RELEASE_YEAR 2017
#define RUBY_RELEASE_MONTH 3