Skip to content

Commit 8a73d3a

Browse files
committed
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@13047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent da61a2f commit 8a73d3a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Thu Aug 16 08:26:08 2007 Tadayoshi Funaba <tadf@dotrb.org>
2+
3+
* lib/README: fixed a typo.
4+
15
Thu Aug 16 08:20:50 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
26

37
* ext/extmk.rb (extmake): save all CONFIG values.

lib/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ benchmark.rb a benchmark utility
66
cgi-lib.rb simple CGI support library (old style)
77
cgi.rb CGI support library
88
cgi/session.rb CGI session class
9-
complex.rb complex number suppor
9+
complex.rb complex number support
1010
csv.rb CSV parser/generator
1111
date.rb date object
1212
date/format.rb date parsing and formatting

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define RUBY_RELEASE_DATE "2007-08-16"
33
#define RUBY_VERSION_CODE 185
44
#define RUBY_RELEASE_CODE 20070816
5-
#define RUBY_PATCHLEVEL 91
5+
#define RUBY_PATCHLEVEL 92
66

77
#define RUBY_VERSION_MAJOR 1
88
#define RUBY_VERSION_MINOR 8

0 commit comments

Comments
 (0)