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:
parent
e39e295e20
commit
b013cf9000
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user