From 129257f0bdf805ebd0a0349a89bccad3d02683ec Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 22 Dec 2008 13:19:17 +0000 Subject: * common.mk (revision.h): uses tool/file2lastrev.rb to support git-svn. * version.h: changed version string as `ruby 1.9.1 (2008-12-22 patchlevel-5000 trunk 20912) [i386-darwin9.6.0]'. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c0f17b490..da6066a24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Dec 22 19:31:19 2008 Yuki Sonoda (Yugui) + + * common.mk (revision.h): uses tool/file2lastrev.rb to support + git-svn. + + * version.h: changed version string as + `ruby 1.9.1 (2008-12-22 patchlevel-5000 trunk 20912) + [i386-darwin9.6.0]'. + Mon Dec 22 15:56:49 2008 Yuki Sonoda (Yugui) * Doxyfile.in: new file. Template of a configuration file. -- cgit