summaryrefslogtreecommitdiff
path: root/version.sh
diff options
context:
space:
mode:
Diffstat (limited to 'version.sh')
-rwxr-xr-xversion.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/version.sh b/version.sh
index be63945014..51bca4f21a 100755
--- a/version.sh
+++ b/version.sh
@@ -1,8 +1,5 @@
#!/bin/sh
-revision=$(cd "$1" && cat snapshot_version 2> /dev/null)
-test "$revision" && revision=SVN-r$revision
-
# check for git short hash
if ! test "$revision"; then
revision=$(cd "$1" && git describe --tags --match N 2> /dev/null)