auto merge of #7418 : brson/rust/0.7-pre, r=cmr

There's a reason we didn't update this after 0.6 but I don't know
what it is. Let's see what breaks.
This commit is contained in:
bors 2013-06-27 12:52:43 -07:00
commit 4c86a0431b

View file

@ -139,7 +139,7 @@ endif
# version-string calculation
CFG_GIT_DIR := $(CFG_SRC_DIR).git
CFG_RELEASE = 0.6
CFG_RELEASE = 0.7-pre
CFG_VERSION = $(CFG_RELEASE)
ifneq ($(wildcard $(CFG_GIT)),)