diff options
author | Sven Gothel <[email protected]> | 2013-10-18 07:32:00 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-10-18 07:32:00 +0200 |
commit | 70d815f1edcf26ee786809b24d18fb635d7ecb40 (patch) | |
tree | ce5f132f35c3dd9fe202994d881733f52965f5f4 /git/git-tar-changelog.sh | |
parent | ca228c4b2d46cae62510350948616f2429292a3b (diff) |
git/git-tag-tar-changelog.sh - version bump (last 2.1.0)
Diffstat (limited to 'git/git-tar-changelog.sh')
-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 4958afe..6339ed1 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-rc9 -tag=v2.0-rc10 +tag_old=v2.0.2-rc12 +tag=v2.0.2 sdir=`dirname $0` thisdir=`pwd` |