diff options
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" |