Bump release number to 0.2pre to avoid clobbering 0.1 artifacts in future.
This commit is contained in:
parent
98d0bc7ac1
commit
992d743bef
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ LIBRUSTC_GLOB :=$(call CFG_LIB_GLOB,rustc)
|
||||||
|
|
||||||
# version-string calculation
|
# version-string calculation
|
||||||
CFG_GIT_DIR := $(CFG_SRC_DIR).git
|
CFG_GIT_DIR := $(CFG_SRC_DIR).git
|
||||||
CFG_RELEASE = 0.1
|
CFG_RELEASE = 0.2pre
|
||||||
CFG_VERSION = $(CFG_RELEASE)
|
CFG_VERSION = $(CFG_RELEASE)
|
||||||
|
|
||||||
ifneq ($(wildcard $(CFG_GIT)),)
|
ifneq ($(wildcard $(CFG_GIT)),)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue