summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 02:54:17 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 02:54:17 +0000
commit682e86bebc5f118be2defe9ffea8c9106af153f2 (patch)
treea1336e53f2d993ff85de85fd554bb5d62fef5827 /version.h
parentf0680bdee869d37c0b654d0226ae665e6adc934e (diff)
merge revision(s) 52892: [Backport #11775]
* ruby_atomic.h (ATOMIC_SIZE_CAS): fix the argument order of InterlockedCompareExchange64. new value and then old value is the last. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@52934 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 e3b6d29593..2d42bb0d0c 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "2.1.8"
#define RUBY_RELEASE_DATE "2015-12-08"
-#define RUBY_PATCHLEVEL 433
+#define RUBY_PATCHLEVEL 434
#define RUBY_RELEASE_YEAR 2015
#define RUBY_RELEASE_MONTH 12