git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2000-09-24 15:50:41 +00:00
Родитель 69543770ca
Коммит aa806d7811
3 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Mon Sep 25 00:35:01 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
* defines.h: #undef HAVE_SETITIMER on cygwin.
Sun Sep 24 03:01:53 2000 Minero Aoki <aamine@dp.u-netsurf.ne.jp>
* lib/net/protocol.rb, http.rb: typo.

Просмотреть файл

@ -73,7 +73,7 @@
#undef HAVE_SETITIMER
#endif
#if defined(DJGPP) || defined(__BOW__)
#if defined(DJGPP) || defined(__BOW__) || defined __CYGWIN__
#undef HAVE_SETITIMER
#endif

Просмотреть файл

@ -1,4 +1,4 @@
#define RUBY_VERSION "1.6.1"
#define RUBY_RELEASE_DATE "2000-09-22"
#define RUBY_RELEASE_DATE "2000-09-24"
#define RUBY_VERSION_CODE 161
#define RUBY_RELEASE_CODE 20000922
#define RUBY_RELEASE_CODE 20000924