Skip to content

Commit

Permalink
Use TRAC_ to preface explicit version number variable
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-traverse committed Dec 13, 2024
1 parent 3e043d7 commit fdd69ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ prior_version_tag=`git describe --tags --match "v[0-9]*" --abbrev=0 2>/dev/null`
prior_version_found=$?


if [ -n "${EXPLICIT_VERSION_NUMBER}" ]; then
if [ -n "${TRAC_EXPLICIT_VERSION_NUMBER}" ]; then

version_number=${EXPLICIT_VERSION_NUMBER}
version_number=${TRAC_EXPLICIT_VERSION_NUMBER}

elif [ ${exact_version_found} = 0 ]; then

Expand Down

0 comments on commit fdd69ee

Please sign in to comment.