X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=blobdiff_plain;f=maintainer%2Ftag;h=969776b61445595cde1043048ee95e4f77854e36;hp=fb3a72cb97d7831c41bc06758bea29b2b7b806ae;hb=25d900de136f12439738b6773571736eae86e00f;hpb=2d2b1980fbe7746624fac3de96a35fb7da7ef16d diff --git a/maintainer/tag b/maintainer/tag index fb3a72c..969776b 100755 --- a/maintainer/tag +++ b/maintainer/tag @@ -2,12 +2,18 @@ # # 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 *** # -# $Log$ # Revision 1.4 2008/02/27 15:17:56 james # *** empty log message *** # @@ -25,6 +31,7 @@ # set -x +cvs update -d cvs commit -m "" FILES=`cat version-files` @@ -44,7 +51,7 @@ echo $MICRO > version-micro STP=`date '+"%B %d, %Y"'` echo "$CHK ${MAJOR}.${MINOR}.${MICRO}" >> version-md5sums -echo "$STP ${MAJOR}.${MINOR}.${MICRO}" >> version-stamps +echo "$CHK $STP" >> version-stamps cvs commit -m "" cvs tag libsympathy-${MAJOR}_${MINOR}_${MICRO} .