Skip to content

Commit e904638

Browse files
committed
Merge pull request #26106 from brson/prerelease
mk: Report the prerelease version on beta again. Fixes #25618
2 parents 62e70d3 + 5ab12b8 commit e904638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/main.mk

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

0 commit comments

Comments
 (0)