chiark / gitweb /
serialmgrd: Support recent versions of perl
[sympathy.git] / maintainer / tag
index 7da9b6bf350215430cad4a50c928ac21b580885f..969776b61445595cde1043048ee95e4f77854e36 100755 (executable)
@@ -2,12 +2,24 @@
 #
 # tag:
 #
-# Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
+# Copyright (c) 2008 James McKenzie <sympathy@madingley.org>,
 # 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} .