зеркало из https://github.com/github/ruby.git
2002-12-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3231 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
3902064314
Коммит
96d8d4862f
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
Sat Dec 28 00:34:03 2002 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* {win32,bcc32}/Makefile.sub: remove `=' from --make-flags options.
|
||||
nmake quotes args if included `=' in args.
|
||||
|
||||
* instruby.rb: use getopts.rb.
|
||||
|
||||
* ext/dbm/extconf.rb: substitute ' with ".
|
||||
|
||||
* ext/gdbm/gdbm.c: add prototypes to avoid VC++ warnings.
|
||||
|
||||
Fri Dec 27 21:41:57 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
|
||||
|
||||
* bcc32/setup.mak, win32/setup.mak(-prologue-): move srcdir from
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
#define RUBY_VERSION "1.8.0"
|
||||
#define RUBY_RELEASE_DATE "2002-12-26"
|
||||
#define RUBY_RELEASE_DATE "2002-12-28"
|
||||
#define RUBY_VERSION_CODE 180
|
||||
#define RUBY_RELEASE_CODE 20021226
|
||||
#define RUBY_RELEASE_CODE 20021228
|
||||
|
||||
#define RUBY_VERSION_MAJOR 1
|
||||
#define RUBY_VERSION_MINOR 8
|
||||
#define RUBY_VERSION_TEENY 0
|
||||
#define RUBY_RELEASE_YEAR 2002
|
||||
#define RUBY_RELEASE_MONTH 12
|
||||
#define RUBY_RELEASE_DAY 26
|
||||
#define RUBY_RELEASE_DAY 28
|
||||
|
|
Загрузка…
Ссылка в новой задаче