diff options
author | Sven Gothel <[email protected]> | 2012-08-26 01:59:48 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-08-26 01:59:48 +0200 |
commit | acdd4d57a378654fec572ffdc21736ffa93e911e (patch) | |
tree | 4317799d3ceb534e392ceaeae503ae04de6191be | |
parent | 0cd7a859a63814f9cc25eecc3ad8eeb016fb9641 (diff) |
git-tar-..: rc9 - rc10
-rwxr-xr-x | git/git-tar-changelog.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git/git-tar-changelog.sh b/git/git-tar-changelog.sh index ca16483..4958afe 100755 --- a/git/git-tar-changelog.sh +++ b/git/git-tar-changelog.sh @@ -1,8 +1,8 @@ #! /bin/bash branch=rc -tag_old=v2.0-rc4 -tag=v2.0-rc5 +tag_old=v2.0-rc9 +tag=v2.0-rc10 sdir=`dirname $0` thisdir=`pwd` |