Rocco Rutte:
[apps/madmutt.git] / do-commit.sh
index 4e26a3d..3faaecb 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
 svn update
 CURREV=`svn info | grep '^Revision' | cut -d : -f 2`
-echo "`echo $CURREV+1 | bc`" > ./VERSION.date
+echo "`echo $CURREV+1 | bc`" > ./VERSION.svn
 svn commit "$@"