From 8a73d3a6539a13b32bc855c8877917f397465809 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Wed, 15 Aug 2007 23:27:47 +0000 Subject: git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@13047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ lib/README | 2 +- version.h | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d73992030a..8b4c177973 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Aug 16 08:26:08 2007 Tadayoshi Funaba + + * lib/README: fixed a typo. + Thu Aug 16 08:20:50 2007 Nobuyoshi Nakada * 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 diff --git a/version.h b/version.h index 453b5aa0d0..50d6a28f1b 100644 --- a/version.h +++ b/version.h @@ -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 -- cgit v1.2.3