From 17ef4c5516616579842f789a4dc2a8114b8b7ea6 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 5 Nov 2003 02:15:27 +0000 Subject: * string.c: add #include "version.h". this file still depends on it. * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub: add version.h dependency to string.c. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ef43528b4..d6173f8c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Nov 5 11:13:32 2003 NAKAMURA Usaku + + * string.c: add #include "version.h". this file still depends on it. + + * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, + wince/Makefile.sub: add version.h dependency to string.c. + Wed Nov 5 09:14:23 2003 Shugo Maeda * lib/monitor.rb: revert to the previous revision. -- cgit