util/mktar.pl: Change 'VERSION' to 'VERSION.dat'
authorRichard Levitte <richard@levitte.org>
Thu, 16 Jul 2020 13:08:30 +0000 (15:08 +0200)
committerRichard Levitte <richard@levitte.org>
Thu, 16 Jul 2020 13:08:30 +0000 (15:08 +0200)
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)

util/mktar.sh

index 04b29e2e3a3b3d24b6938656fa1fbf15c3939b77..ec47578f341d025cc040784d3e3b9211e204b5b7 100755 (executable)
@@ -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