diff options
| author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-22 03:30:19 +0000 |
|---|---|---|
| committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-22 03:30:19 +0000 |
| commit | ae5e015698b1432edbc5e3d7fe6da4047c81dc44 (patch) | |
| tree | c63a4bcb9c0bef4d02264098cbfeaeb5629580ad | |
| parent | dcac023b3c8b762e2b6de226d3e436abf3932188 (diff) | |
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@13214 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 @@ +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. diff --git a/lib/README b/lib/README index 19d630916..d60c5cb1e 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-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 |
