From 8764c2fcf4bd8b42e5e208222faae403d9b4d661 Mon Sep 17 00:00:00 2001 From: fukachan Date: Fri, 27 May 2005 04:41:13 +0000 Subject: define version as 7.98.1-YYYYMMDD --- regress/simulation/install.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/regress/simulation/install.sh b/regress/simulation/install.sh index 6f012912..7da13eb5 100755 --- a/regress/simulation/install.sh +++ b/regress/simulation/install.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FML: install.sh,v 1.16 2004/09/29 06:00:52 fukachan Exp $ +# $FML: install.sh,v 1.17 2004/12/08 06:43:08 fukachan Exp $ # prefix=/usr/local @@ -36,6 +36,13 @@ fi sudo rm -f $conf_dir/fml/main.cf sudo rm -f $conf_dir/fml/site_default_config.cf sudo rm -f /usr/local/libexec/fml/loader -( cd ../..; sudo make install ) + +date=`date +%C%y%m%d` +( + cd ../..; + echo "7.98.1-$date" > .version + sudo make install + rm -f .version +) sudo -v -- cgit v1.2.1