Skip to content

Commit

Permalink
util/mktar.pl: Change 'VERSION' to 'VERSION.dat'
Browse files Browse the repository at this point in the history
This was forgotten when that file changed name, and that unfortunately
disrupts releases.

Reviewed-by: Nicola Tuveri <[email protected]>
(Merged from openssl#12464)
  • Loading branch information
levitte committed Jul 16, 2020
1 parent e39e295 commit b013cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/mktar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b013cf9

Please sign in to comment.