aboutsummaryrefslogtreecommitdiffstats
path: root/maintainer/tag
diff options
context:
space:
mode:
Diffstat (limited to 'maintainer/tag')
-rwxr-xr-xmaintainer/tag6
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} .