Skip to content

Commit

Permalink
mk: Report the prerelease version on beta again. Fixes #25618
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed May 19, 2015
1 parent 9c47ebb commit 01c93a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/main.mk
Expand Up @@ -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
Expand Down

0 comments on commit 01c93a5

Please sign in to comment.