From fcb36f438e9b8887003b831a1f194ae7dfd09410 Mon Sep 17 00:00:00 2001 From: thib Date: Mon, 14 Jul 2003 12:05:32 +0000 Subject: [PATCH] RCS : create a symbolic name to the current version (for instance, create a symbolic name of ver2_9_4 if the current version is 2.9.4) --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 17dabf3..0454c94 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.96 2003-07-14 10:52:33 thib Exp $ +# $Id: Makefile.in,v 1.97 2003-07-14 12:05:32 thib Exp $ # The following should not be edited manually (use configure options) # If you must do it, BEWARE : some of the following is also defined @@ -195,7 +195,7 @@ configure: configure.in ci: ciclean @(find ./ -type f ! -regex '.*RCS.*' ! -regex "$(RCSNOCI)" \ - -exec ci -l {} \;) + -exec ci -l -Nver`echo $(VERSION) | tr '.' '_'` {} \;) # ci the doc files @(cd doc && make ci) -- 2.40.0