File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
# #####################################################################
14
14
15
15
# The version number
16
- CFG_RELEASE_NUM =0.13 .0
16
+ CFG_RELEASE_NUM =1.0 .0
17
17
18
18
# An optional number to put after the label, e.g. '2' -> '-beta2'
19
19
CFG_BETA_CYCLE =
@@ -29,14 +29,14 @@ endif
29
29
ifeq ($(CFG_RELEASE_CHANNEL ) ,beta)
30
30
# The beta channel is temporarily called 'alpha'
31
31
CFG_RELEASE =$(CFG_RELEASE_NUM ) -alpha$(CFG_BETA_CYCLE )
32
- # When building beta/nightly distributables just reuse the same "beta"
33
- # name so when we upload we'll always override the previous
34
- # nighly. This doesn't actually impact the version reported by rustc -
35
- # it's just for file naming.
36
- CFG_PACKAGE_VERS =alpha
32
+ CFG_PACKAGE_VERS =$(CFG_RELEASE_NUM ) -alpha$(CFG_BETA_CYCLE )
37
33
endif
38
34
ifeq ($(CFG_RELEASE_CHANNEL ) ,nightly)
39
35
CFG_RELEASE =$(CFG_RELEASE_NUM ) -nightly
36
+ # When building nightly distributables just reuse the same "nightly" name
37
+ # so when we upload we'll always override the previous nighly. This
38
+ # doesn't actually impact the version reported by rustc - it's just
39
+ # for file naming.
40
40
CFG_PACKAGE_VERS =nightly
41
41
endif
42
42
ifeq ($(CFG_RELEASE_CHANNEL ) ,dev)
You can’t perform that action at this time.
0 commit comments