summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-30 12:40:20 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-30 12:40:20 +0000
commitbcdcee47381aa7314a6b249074078f8298d12c7a (patch)
tree7aa4d14162ae92ac7b32e739659b9b35994b41fb /version.h
parentb33a168e65c64f2d852b3911e34bd4faab451ab8 (diff)
merge revision(s) 66326,66649: [Backport #15385]
Fix infinite loop by ensure * compile.c (iseq_insert_nop_between_end_and_cont): insert nop so that the end of rescue and continuing points are not same, to get rid of infinite loop. [Bug #15385] test_optimization.rb: increase timeout for RubyCI https://rubyci.org/logs/rubyci.s3.amazonaws.com/opensuseleap/ruby-trunk/log/20181230T040002Z.fail.html.gz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@67702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/version.h b/version.h
index 3c5f75657b..a85a468a95 100644
--- a/version.h
+++ b/version.h
@@ -1,10 +1,10 @@
#define RUBY_VERSION "2.5.6"
-#define RUBY_RELEASE_DATE "2019-03-15"
-#define RUBY_PATCHLEVEL 159
+#define RUBY_RELEASE_DATE "2019-04-30"
+#define RUBY_PATCHLEVEL 160
#define RUBY_RELEASE_YEAR 2019
-#define RUBY_RELEASE_MONTH 3
-#define RUBY_RELEASE_DAY 15
+#define RUBY_RELEASE_MONTH 4
+#define RUBY_RELEASE_DAY 30
#include "ruby/version.h"