mk: Report the prerelease version on beta again. Fixes #25618

This commit is contained in:
Brian Anderson 2015-05-19 11:34:34 -07:00
parent 9c47ebb00a
commit 01c93a59e8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ CFG_PACKAGE_VERS=$(CFG_RELEASE_NUM)
CFG_DISABLE_UNSTABLE_FEATURES=1
endif
ifeq ($(CFG_RELEASE_CHANNEL),beta)
CFG_RELEASE=$(CFG_RELEASE_NUM)-beta
CFG_RELEASE=$(CFG_RELEASE_NUM)-beta$(CFG_PRERELEASE_VERSION)
# When building beta distributables just reuse the same "beta" name
# so when we upload we'll always override the previous beta. This
# doesn't actually impact the version reported by rustc - it's just