X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=blobdiff_plain;f=maintainer%2Ftag;h=969776b61445595cde1043048ee95e4f77854e36;hp=8f28fafd6d425e0b9f9a4e69f958b0fcf69990c2;hb=25d900de136f12439738b6773571736eae86e00f;hpb=caf94d0d1e0761964085d873603dfd77faa7c4fd diff --git a/maintainer/tag b/maintainer/tag index 8f28faf..969776b 100755 --- a/maintainer/tag +++ b/maintainer/tag @@ -2,12 +2,21 @@ # # tag: # -# Copyright (c) 2008 James McKenzie , +# Copyright (c) 2008 James McKenzie , # All rights reserved. # -# $Id$ +# $Id: tag,v 1.6 2008/03/03 18:21:17 james Exp $ +# +# $Log: tag,v $ +# Revision 1.6 2008/03/03 18:21:17 james +# *** empty log message *** +# +# Revision 1.5 2008/02/27 16:01:25 james +# *** empty log message *** +# +# Revision 1.4 2008/02/27 15:17:56 james +# *** empty log message *** # -# $Log$ # Revision 1.3 2008/02/27 09:50:15 james # *** empty log message *** # @@ -22,6 +31,7 @@ # set -x +cvs update -d cvs commit -m "" FILES=`cat version-files` @@ -38,7 +48,10 @@ MICRO=$[ `cat version-micro` + 1 ] echo $MICRO > version-micro +STP=`date '+"%B %d, %Y"'` + echo "$CHK ${MAJOR}.${MINOR}.${MICRO}" >> version-md5sums +echo "$CHK $STP" >> version-stamps cvs commit -m "" cvs tag libsympathy-${MAJOR}_${MINOR}_${MICRO} .