mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* 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:
parent
bcde0b6d80
commit
cc07ecc3a6
3 changed files with 9 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue