chiark / gitweb /
*** empty log message ***
[sympathy.git] / maintainer / tag
index 0565a54581ff64e93712d9b3283a110149cf3a0e..8f28fafd6d425e0b9f9a4e69f958b0fcf69990c2 100755 (executable)
@@ -8,12 +8,20 @@
 # $Id$
 #
 # $Log$
+# Revision 1.3  2008/02/27 09:50:15  james
+# *** empty log message ***
+#
+# Revision 1.2  2008/02/27 09:49:25  james
+# *** empty log message ***
+#
 # Revision 1.1  2008/02/03 16:20:24  james
 # *** empty log message ***
 #
 #
 #
 #
+set -x
+
 cvs commit -m ""
 
 FILES=`cat version-files`
@@ -33,4 +41,4 @@ echo $MICRO > version-micro
 echo "$CHK     ${MAJOR}.${MINOR}.${MICRO}" >> version-md5sums
 
 cvs commit -m ""
-cvs tag libsympathy-$MAJOR_$MINOR_$MICRO .
+cvs tag libsympathy-${MAJOR}_${MINOR}_${MICRO} .