From a846c816acf3050a677401457b7794749072470b Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 10 Jan 2009 11:28:41 +0000 Subject: * version.h: make version string succinct: "ruby 1.9.1p5000 (2009-01-10 trunk 21414) [i686-linux]". git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index abb9238d9..1a59a2867 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jan 10 20:26:17 2009 Tanaka Akira + + * version.h: make version string succinct: + "ruby 1.9.1p5000 (2009-01-10 trunk 21414) [i686-linux]". + Sat Jan 10 19:05:13 2009 Koichi Sasada * cont.c (cont_restore_1): should not be inlined. -- cgit