* instruby.rb (with_destdir): revert. [ruby-dev:39885]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2009-12-16 10:52:09 +00:00
parent bcde0b6d80
commit cc07ecc3a6
3 changed files with 9 additions and 5 deletions

View file

@ -1,3 +1,7 @@
Wed Dec 16 19:49:47 2009 URABE Shyouhei <shyouhei@ruby-lang.org>
* instruby.rb (with_destdir): revert. [ruby-dev:39885]
Mon Dec 14 13:28:48 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/test/unit.rb (Test::Unit.run=, Test::Unit.run?): fixed rdoc.

View file

@ -359,7 +359,7 @@ install?(:local, :arch, :lib) do
if RUBY_PLATFORM =~ /mswin32|mingw|bccwin32/
win32libdir = File.join(archlibdir, "win32")
makedirs win32libdir
install File.join(srcdir, "win32", "win32.h"), win32libdir, :mode => $data_mode
install "win32/win32.h", win32libdir, :mode => $data_mode
end
end

View file

@ -1,15 +1,15 @@
#define RUBY_VERSION "1.8.7"
#define RUBY_RELEASE_DATE "2009-12-14"
#define RUBY_RELEASE_DATE "2009-12-16"
#define RUBY_VERSION_CODE 187
#define RUBY_RELEASE_CODE 20091214
#define RUBY_PATCHLEVEL 240
#define RUBY_RELEASE_CODE 20091216
#define RUBY_PATCHLEVEL 241
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
#define RUBY_VERSION_TEENY 7
#define RUBY_RELEASE_YEAR 2009
#define RUBY_RELEASE_MONTH 12
#define RUBY_RELEASE_DAY 14
#define RUBY_RELEASE_DAY 16
#ifdef RUBY_EXTERN
RUBY_EXTERN const char ruby_version[];