From a9b3755409663be0e660d09eb4598f976cf86670 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Fri, 8 Jun 2007 08:36:44 +0000 Subject: * win32/win32.c (rb_w32_opendir): store attributes of the second entries or later too. * win32/win32.c (rb_w32_opendir, rb_w32_readdir): eliminate magic numbers. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@12481 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 b9c58d558..e0aca32fb 100644 --- a/version.h +++ b/version.h @@ -2,7 +2,7 @@ #define RUBY_RELEASE_DATE "2007-06-07" #define RUBY_VERSION_CODE 186 #define RUBY_RELEASE_CODE 20070607 -#define RUBY_PATCHLEVEL 31 +#define RUBY_PATCHLEVEL 32 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 8 -- cgit