File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
29
29
refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
30
30
refs/heads/batch: b7fd822592a4fb577552d93010c4a4e14f314346
31
31
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
32
- refs/heads/beta: 62e70d35be3fe532c26a400b499c58a18f18dd3a
32
+ refs/heads/beta: 5ab12b842d98e3c20d4cadc1f20ecb9e34527e82
33
33
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
34
34
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
35
35
refs/heads/tmp: a224db5e630715d9f46938fe07b58eb644e3c27d
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ CFG_PACKAGE_VERS=$(CFG_RELEASE_NUM)
32
32
CFG_DISABLE_UNSTABLE_FEATURES =1
33
33
endif
34
34
ifeq ($(CFG_RELEASE_CHANNEL ) ,beta)
35
- CFG_RELEASE =$(CFG_RELEASE_NUM ) -beta
35
+ CFG_RELEASE =$(CFG_RELEASE_NUM ) -beta$( CFG_PRERELEASE_VERSION )
36
36
# When building beta distributables just reuse the same "beta" name
37
37
# so when we upload we'll always override the previous beta. This
38
38
# doesn't actually impact the version reported by rustc - it's just
You can’t perform that action at this time.
0 commit comments