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

2000-07-03

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2000-07-03 01:47:03 +00:00
parent 4e4b377a8e
commit 7c4044501a
3 changed files with 7 additions and 4 deletions

View file

@ -1,3 +1,7 @@
Mon Jul 3 10:27:28 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
* configure.in: use AC_CANONICAL_SYSTEM.
Sun Jul 2 21:17:37 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
* configure.in: support without --enable-shared for cygwin/mingw32.

View file

@ -25,8 +25,7 @@ then
(it is also a good idea to do 'make clean' before compiling))
fi
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AC_CANONICAL_SYSTEM
dnl checks for fat-binary
fat_binary=no

View file

@ -1,4 +1,4 @@
#define RUBY_VERSION "1.5.4"
#define RUBY_RELEASE_DATE "2000-07-02"
#define RUBY_RELEASE_DATE "2000-07-03"
#define RUBY_VERSION_CODE 154
#define RUBY_RELEASE_CODE 20000702
#define RUBY_RELEASE_CODE 20000703