aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-03-25 21:15:26 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-03-25 21:15:26 +0100
commit104473d4e270ca5979c79d540c9144bb72121a36 (patch)
tree2508d520ad5b95fa0e4ee44a01cab4aebab8fdc6 /contrib
parent9168e7db1121ba0992854e1364af863cfb2f76b4 (diff)
downloadgnunet-104473d4e270ca5979c79d540c9144bb72121a36.tar.gz
gnunet-104473d4e270ca5979c79d540c9144bb72121a36.zip
-do not use potentially old version string
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/get_version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/get_version.sh b/contrib/get_version.sh
index f426ed458..4917b1996 100755
--- a/contrib/get_version.sh
+++ b/contrib/get_version.sh
@@ -5,7 +5,7 @@ if test -f ".version"
5then 5then
6 VERSION=$(cat .version) 6 VERSION=$(cat .version)
7fi 7fi
8if test "x$VERSION" = "x" -a -d "./.git" 8if test -d "./.git"
9then 9then
10 VERSION=$(git describe --tags) 10 VERSION=$(git describe --tags)
11 VERSION=${VERSION#v} 11 VERSION=${VERSION#v}