From 978f6e037320899ba9366005f50fa8cda84d3a58 Mon Sep 17 00:00:00 2001 From: james <> Date: Wed, 27 Feb 2008 15:18:08 +0000 Subject: *** empty log message *** --- maintainer/tag | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'maintainer') diff --git a/maintainer/tag b/maintainer/tag index 8f28faf..fb3a72c 100755 --- a/maintainer/tag +++ b/maintainer/tag @@ -8,6 +8,9 @@ # $Id$ # # $Log$ +# Revision 1.4 2008/02/27 15:17:56 james +# *** empty log message *** +# # Revision 1.3 2008/02/27 09:50:15 james # *** empty log message *** # @@ -38,7 +41,10 @@ MICRO=$[ `cat version-micro` + 1 ] echo $MICRO > version-micro +STP=`date '+"%B %d, %Y"'` + echo "$CHK ${MAJOR}.${MINOR}.${MICRO}" >> version-md5sums +echo "$STP ${MAJOR}.${MINOR}.${MICRO}" >> version-stamps cvs commit -m "" cvs tag libsympathy-${MAJOR}_${MINOR}_${MICRO} . -- cgit v1.2.3