Skip to content

Commit 01c93a5

Browse files
committed
mk: Report the prerelease version on beta again. Fixes #25618
1 parent 9c47ebb commit 01c93a5

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)