X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=maintainer%2Ftag;h=969776b61445595cde1043048ee95e4f77854e36;hb=e398b84ba34f0290e21830e36ff40719e2ec7125;hp=7da9b6bf350215430cad4a50c928ac21b580885f;hpb=ef165de929f001e59ca869ea3913d1e3e9333fc2;p=sympathy.git diff --git a/maintainer/tag b/maintainer/tag index 7da9b6b..969776b 100755 --- a/maintainer/tag +++ b/maintainer/tag @@ -2,12 +2,24 @@ # # 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 *** +# +# Revision 1.3 2008/02/27 09:50:15 james +# *** empty log message *** # -# $Log$ # Revision 1.2 2008/02/27 09:49:25 james # *** empty log message *** # @@ -19,6 +31,7 @@ # set -x +cvs update -d cvs commit -m "" FILES=`cat version-files` @@ -35,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 . +cvs tag libsympathy-${MAJOR}_${MINOR}_${MICRO} .