mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rdoc/options.rb ():
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@14984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0ced605434
commit
160daa1dbc
3 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Jan 11 10:24:03 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/rdoc/options.rb ():
|
||||
|
||||
Thu Jan 10 10:53:50 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* win32/win32.c (rb_w32_open_osfhandle): reverted to old definition.
|
||||
|
|
|
@ -544,7 +544,7 @@ class Options
|
|||
# so we'll bypass the test under Windows
|
||||
|
||||
def check_diagram
|
||||
return if RUBY_PLATFORM =~ /win/
|
||||
return if RUBY_PLATFORM =~ /mswin|cygwin|mingw|bccwin/
|
||||
|
||||
ok = false
|
||||
ver = nil
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#define RUBY_VERSION "1.8.6"
|
||||
#define RUBY_RELEASE_DATE "2008-01-10"
|
||||
#define RUBY_RELEASE_DATE "2008-01-11"
|
||||
#define RUBY_VERSION_CODE 186
|
||||
#define RUBY_RELEASE_CODE 20080110
|
||||
#define RUBY_RELEASE_CODE 20080111
|
||||
#define RUBY_PATCHLEVEL 5000
|
||||
|
||||
#define RUBY_VERSION_MAJOR 1
|
||||
|
@ -9,7 +9,7 @@
|
|||
#define RUBY_VERSION_TEENY 6
|
||||
#define RUBY_RELEASE_YEAR 2008
|
||||
#define RUBY_RELEASE_MONTH 1
|
||||
#define RUBY_RELEASE_DAY 10
|
||||
#define RUBY_RELEASE_DAY 11
|
||||
|
||||
#ifdef RUBY_EXTERN
|
||||
RUBY_EXTERN const char ruby_version[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue