diff options
author | james <> | 2008-02-27 15:18:08 +0000 |
---|---|---|
committer | james <> | 2008-02-27 15:18:08 +0000 |
commit | 978f6e037320899ba9366005f50fa8cda84d3a58 (patch) | |
tree | 393a97d7703ac839c7c3e5586b66783de111bced /maintainer | |
parent | 74c2e130e079c977c3d2b431b49362d3b8fb250e (diff) | |
download | sympathy-978f6e037320899ba9366005f50fa8cda84d3a58.tar.gz sympathy-978f6e037320899ba9366005f50fa8cda84d3a58.tar.bz2 sympathy-978f6e037320899ba9366005f50fa8cda84d3a58.zip |
*** empty log message ***
Diffstat (limited to 'maintainer')
-rwxr-xr-x | maintainer/tag | 6 |
1 files changed, 6 insertions, 0 deletions
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} . |