mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 13:21:12 +00:00
Release 0.3.1
This commit is contained in:
parent
830be1ff87
commit
33a055638c
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ LIBSYNTAX_DSYM_GLOB :=$(call CFG_LIB_DSYM_GLOB,syntax)
|
|||
|
||||
# version-string calculation
|
||||
CFG_GIT_DIR := $(CFG_SRC_DIR).git
|
||||
CFG_RELEASE = 0.3
|
||||
CFG_RELEASE = 0.3.1
|
||||
CFG_VERSION = $(CFG_RELEASE)
|
||||
|
||||
ifneq ($(wildcard $(CFG_GIT)),)
|
||||
|
|
Loading…
Reference in a new issue