Skip to content

Commit

Permalink
* instruby.rb (with_destdir): revert. [ruby-dev:39885]
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
shyouhei committed Dec 16, 2009
1 parent bcde0b6 commit cc07ecc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion instruby.rb
Expand Up @@ -359,7 +359,7 @@ def with_destdir(dir)
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

Expand Down
8 changes: 4 additions & 4 deletions version.h
@@ -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[];
Expand Down

0 comments on commit cc07ecc

Please sign in to comment.