summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-16 05:06:38 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-16 05:06:38 +0000
commitf4ace9b4341e4221b54401900e97bbf960b646d0 (patch)
tree5117b6a9ab9acd6322ec02fce894447408dc4d19 /version.h
parentb2248a008f60e77acc2f48fdebf4d1aa870d1e65 (diff)
merge revision(s) 55573: [Backport #12209]
* pack.c (pack_pack): use union instead of bare variable to ease optimizations and avoid assigning x87 floating point number. [ruby-core:74496] [Bug #12209] * pack.c (pack_unpack): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@55927 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 ceda3dfb19..1585143802 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.2.6"
#define RUBY_RELEASE_DATE "2016-08-16"
-#define RUBY_PATCHLEVEL 355
+#define RUBY_PATCHLEVEL 356
#define RUBY_RELEASE_YEAR 2016
#define RUBY_RELEASE_MONTH 8