mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@13214 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
32db855fe9
commit
0fae676566
3 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
Wed Aug 22 12:29:36 2007 Tadayoshi Funaba <tadf@dotrb.org>
|
||||
|
||||
* lib/README: fixed a typo.
|
||||
|
||||
Wed Aug 22 12:13:54 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/extmk.rb (extmake): save all CONFIG values.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ benchmark.rb a benchmark utility
|
|||
cgi-lib.rb simple CGI support library (old style)
|
||||
cgi.rb CGI support library
|
||||
cgi/session.rb CGI session class
|
||||
complex.rb complex number suppor
|
||||
complex.rb complex number support
|
||||
csv.rb CSV parser/generator
|
||||
date.rb date object
|
||||
date/format.rb date parsing and formatting
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#define RUBY_RELEASE_DATE "2007-08-22"
|
||||
#define RUBY_VERSION_CODE 186
|
||||
#define RUBY_RELEASE_CODE 20070822
|
||||
#define RUBY_PATCHLEVEL 83
|
||||
#define RUBY_PATCHLEVEL 84
|
||||
|
||||
#define RUBY_VERSION_MAJOR 1
|
||||
#define RUBY_VERSION_MINOR 8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue