File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ CFG_RELEASE_NUM=1.0.0
18
18
# An optional number to put after the label, e.g. '.2' -> '-beta.2'
19
19
# NB Make sure it starts with a dot to conform to semver pre-release
20
20
# versions (section 9)
21
- CFG_PRERELEASE_VERSION =
21
+ CFG_PRERELEASE_VERSION =.1
22
22
23
23
CFG_FILENAME_EXTRA =4e7c5e5c
24
24
@@ -30,9 +30,8 @@ CFG_PACKAGE_VERS=$(CFG_RELEASE_NUM)
30
30
CFG_DISABLE_UNSTABLE_FEATURES =1
31
31
endif
32
32
ifeq ($(CFG_RELEASE_CHANNEL ) ,beta)
33
- # The beta channel is temporarily called 'alpha'
34
- CFG_RELEASE =$(CFG_RELEASE_NUM ) -alpha$(CFG_PRERELEASE_VERSION )
35
- CFG_PACKAGE_VERS =$(CFG_RELEASE_NUM ) -alpha$(CFG_PRERELEASE_VERSION )
33
+ CFG_RELEASE =$(CFG_RELEASE_NUM ) -beta(CFG_PRERELEASE_VERSION)
34
+ CFG_PACKAGE_VERS =$(CFG_RELEASE_NUM ) -beta(CFG_PRERELEASE_VERSION)
36
35
CFG_DISABLE_UNSTABLE_FEATURES =1
37
36
endif
38
37
ifeq ($(CFG_RELEASE_CHANNEL ) ,nightly)
You can’t perform that action at this time.
0 commit comments