1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

2000-06-14

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2000-06-14 05:20:09 +00:00
parent 7f46923fee
commit 00e9a8f0c3
2 changed files with 4 additions and 2 deletions

View file

@ -6,6 +6,8 @@ Wed Jun 14 14:07:38 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
* time.c: remove unneeded declare(daylight, timezone).
* configure.in: add include <time.h> when daylight checking.
Wed Jun 14 00:50:14 2000 Wakou Aoyama <wakou@fsinet.or.jp>
* lib/cgi.rb: read_multipart(): if no content body then raise EOFError.

View file

@ -1,4 +1,4 @@
#define RUBY_VERSION "1.5.4"
#define RUBY_RELEASE_DATE "2000-06-13"
#define RUBY_RELEASE_DATE "2000-06-14"
#define RUBY_VERSION_CODE 154
#define RUBY_RELEASE_CODE 20000613
#define RUBY_RELEASE_CODE 20000614