X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=version.sh;h=7ccd419ffc468b2806add4bfff43c325abb866a8;hb=7187aada30f40d6a3afab7e4431634a403c4c9de;hp=8c55c7702dcd532fb618bcdf7239f10e745dd084;hpb=794cd3fb48508eeb61fee362d2561d7b79fb4d4b;p=thirdparty%2Fiw.git diff --git a/version.sh b/version.sh index 8c55c77..7ccd419 100755 --- a/version.sh +++ b/version.sh @@ -1,11 +1,11 @@ #!/bin/sh -VERSION="3.14" +VERSION="4.3" OUT="$1" if [ -d .git ] && head=`git rev-parse --verify HEAD 2>/dev/null`; then git update-index --refresh --unmerged > /dev/null - descr=$(git describe) + descr=$(git describe --match=v*) # on git builds check that the version number above # is correct...