diff options
author | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2008-03-23 12:15:14 +0000 |
---|---|---|
committer | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2008-03-23 12:15:14 +0000 |
commit | 86250d36deb6ffde462617f8c47daf5e46b32443 (patch) | |
tree | 30cd519d4e852ec5c720e69b42417e0dd72ffceb /tools | |
parent | 037696001df8e697f3f62f6c53fb00372611f47c (diff) | |
download | vdr-plugin-menuorg-0.4.tar.gz vdr-plugin-menuorg-0.4.tar.bz2 |
prepare release0.4
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6977 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/release | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/release b/tools/release index 21817c4..ab2a2dd 100755 --- a/tools/release +++ b/tools/release @@ -20,5 +20,5 @@ VERSION=`grep 'static const char VERSION\[\] =' src/Version.h | awk '{ print $6 # tag version echo "Tagging: $VERSION" -#svn cp -m "Releasing Menuorg $VERSION" svn+e-tobi://e-tobi.net/menuorg/trunk \ -# "svn+e-tobi://e-tobi.net/menuorg/tags/$VERSION" +svn cp -m "Releasing Menuorg $VERSION" svn+e-tobi://e-tobi.net/menuorg/trunk \ + "svn+e-tobi://e-tobi.net/menuorg/tags/$VERSION" |