util/mktar.pl: Change 'VERSION' to 'VERSION.dat'

This was forgotten when that file changed name, and that unfortunately
disrupts releases.

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/12464)
This commit is contained in:
Richard Levitte 2020-07-16 15:08:30 +02:00
parent e39e295e20
commit b013cf9000

View File

@ -9,7 +9,7 @@
HERE=`dirname $0`
# Get all version data as shell variables
. $HERE/../VERSION
. $HERE/../VERSION.dat
if [ -n "$PRE_RELEASE_TAG" ]; then PRE_RELEASE_TAG=-$PRE_RELEASE_TAG; fi
version=$MAJOR.$MINOR.$PATCH$PRE_RELEASE_TAG$BUILD_METADATA