From: pdmef Date: Tue, 8 Nov 2005 08:16:19 +0000 (+0000) Subject: Rocco Rutte: X-Git-Url: http://git.madism.org/?a=commitdiff_plain;h=9aee9c58a6c31c196204d73d96401aebd5575db1;p=apps%2Fmadmutt.git Rocco Rutte: - as we have a branch now, move do-commit.sh up one level git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@573 e385b8ad-14ed-0310-8656-cc95a2468c6d --- diff --git a/VERSION.svn b/VERSION.svn index 5629a95..8179054 100644 --- a/VERSION.svn +++ b/VERSION.svn @@ -1 +1 @@ -570 +573 diff --git a/do-commit.sh b/do-commit.sh deleted file mode 100755 index 1376de8..0000000 --- a/do-commit.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -svn update -echo "`svn info | awk -F': ' '/^Revision: / {print $2}'`+1" | bc > ./VERSION.svn -svn commit "$@"