diff options
author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-15 23:27:47 +0000 |
---|---|---|
committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-15 23:27:47 +0000 |
commit | 8a73d3a6539a13b32bc855c8877917f397465809 (patch) | |
tree | c7cee972c983e91d5ed2a2ce1da501d74924e110 | |
parent | da61a2f286eaeccbb66a6f81e64ebe123bcd662a (diff) | |
download | ruby-8a73d3a6539a13b32bc855c8877917f397465809.tar.gz |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@13047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | lib/README | 2 | ||||
-rw-r--r-- | version.h | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Thu Aug 16 08:26:08 2007 Tadayoshi Funaba <tadf@dotrb.org> + + * lib/README: fixed a typo. + Thu Aug 16 08:20:50 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/extmk.rb (extmake): save all CONFIG values. diff --git a/lib/README b/lib/README index 19d6309166..d60c5cb1e9 100644 --- a/lib/README +++ b/lib/README @@ -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-16" #define RUBY_VERSION_CODE 185 #define RUBY_RELEASE_CODE 20070816 -#define RUBY_PATCHLEVEL 91 +#define RUBY_PATCHLEVEL 92 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 8 |