mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
c1d3b01b7a
commit
417435f219
3 changed files with 8 additions and 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[];
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue