From 1572c8edda778511079d028344c75349ebce9fb0 Mon Sep 17 00:00:00 2001 From: nagachika Date: Wed, 9 Oct 2013 15:37:54 +0000 Subject: merge revision(s) 43179,43180,43181,43192,43193: [Backport #8990] [Backport #9000] * configure.in, win32/Makefile.sub (FIBER_USE_NATIVE): move conditions from cont.c * cont.c (FIBER_USE_NATIVE): split long conditions. * cont.c: disable FIBER_USE_NATIVE on GNU/Hurd because it doesn't support a combination getcontext() and threads. Patch by Gabriele Giacone (1o5g4r8o@gmail.com). [Bug #8990][ruby-core:57685] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@43226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.h') diff --git a/version.h b/version.h index 08ced6d4cd..423f6508de 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ #define RUBY_VERSION "2.0.0" #define RUBY_RELEASE_DATE "2013-10-10" -#define RUBY_PATCHLEVEL 329 +#define RUBY_PATCHLEVEL 330 #define RUBY_RELEASE_YEAR 2013 #define RUBY_RELEASE_MONTH 10 -- cgit v1.2.3