diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-01-08 23:40:57 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-01-08 23:40:57 +0000 |
| commit | 417435f219817176b77fcd299f6dc479c75e41a6 (patch) | |
| tree | 373257e78e2d94e6400b6c0179826f01fe8b02c8 | |
| parent | c1d3b01b7a509513e135a6650db24055f112548e (diff) | |
* win32/configure.bat (WIN32DIR): regularise file separators.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | version.h | 6 | ||||
| -rwxr-xr-x | win32/configure.bat | 2 |
3 files changed, 8 insertions, 4 deletions
@@ -1,3 +1,7 @@ +Sat Jan 9 08:40:54 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * win32/configure.bat (WIN32DIR): regularise file separators. + Fri Jan 8 18:51:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> * io.c (io_fwrite): preserve errno. [ruby-core:27425] @@ -1,7 +1,7 @@ #define RUBY_VERSION "1.8.8" -#define RUBY_RELEASE_DATE "2010-01-08" +#define RUBY_RELEASE_DATE "2010-01-09" #define RUBY_VERSION_CODE 188 -#define RUBY_RELEASE_CODE 20100108 +#define RUBY_RELEASE_CODE 20100109 #define RUBY_PATCHLEVEL -1 #define RUBY_VERSION_MAJOR 1 @@ -9,7 +9,7 @@ #define RUBY_VERSION_TEENY 8 #define RUBY_RELEASE_YEAR 2010 #define RUBY_RELEASE_MONTH 1 -#define RUBY_RELEASE_DAY 8 +#define RUBY_RELEASE_DAY 9 #ifdef RUBY_EXTERN RUBY_EXTERN const char ruby_version[]; diff --git a/win32/configure.bat b/win32/configure.bat index f63e95ac1d..5c16eef60c 100755 --- a/win32/configure.bat +++ b/win32/configure.bat @@ -95,6 +95,6 @@ goto :loop del ~tmp~.mak
goto :exit
:end
-echo>> ~tmp~.mak WIN32DIR=$(@D)
+echo>> ~tmp~.mak WIN32DIR=$(@D:\=/)
nmake -alf ~tmp~.mak
:exit
|
