chiark / gitweb /
serialmgrd: Support recent versions of perl
[sympathy.git] / maintainer / tag
index fb3a72cb97d7831c41bc06758bea29b2b7b806ae..969776b61445595cde1043048ee95e4f77854e36 100755 (executable)
@@ -2,12 +2,18 @@
 #
 # 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 ***
 #
-# $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} .