From 809acc098291efb6d55e8f2fba82e7c7412ff7a5 Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 15 Jul 2009 12:01:29 +0000 Subject: merges r24116 from trunk into ruby_1_9_1. -- * win32/Makefile.sub (LIBPATHFLAG): path is already quoted in mkmf.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24124 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 5c9b411bb..42d40522a 100644 --- a/version.h +++ b/version.h @@ -4,7 +4,7 @@ #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 9 #define RUBY_VERSION_TEENY 1 -#define RUBY_PATCHLEVEL 237 +#define RUBY_PATCHLEVEL 238 #define RUBY_RELEASE_YEAR 2009 #define RUBY_RELEASE_MONTH 7 #define RUBY_RELEASE_DAY 12 -- cgit