From 5dfc24bc9ffafe6780a173c6177ba6307603c117 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 22 Dec 2007 18:26:50 +0000 Subject: * version.h: use patchlevel if revision is not set. * {bcc32,win{32,ce}}/setup.mak (-version-): skip including revision.h. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8c4792bf7..451edf6b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -Sun Dec 23 03:22:42 2007 Nobuyoshi Nakada +Sun Dec 23 03:26:48 2007 Nobuyoshi Nakada + + * version.h: use patchlevel if revision is not set. + + * {bcc32,win{32,ce}}/setup.mak (-version-): skip including revision.h. * common.mk (srcs): new target to generated sources. -- cgit