about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-06-27 12:52:43 -0700
committerbors <bors@rust-lang.org>2013-06-27 12:52:43 -0700
commit4c86a0431b637edd23b91234765402bb41edcae8 (patch)
tree1647ef0705fe9c4d9d060d2503e03549cce565b0
parent9b6dfb85782a6ec50c39292626acf2c74b0ae754 (diff)
parente8151de88ff7186d2eaf9b55be087343c148451d (diff)
downloadrust-4c86a0431b637edd23b91234765402bb41edcae8.tar.gz
rust-4c86a0431b637edd23b91234765402bb41edcae8.zip
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.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index fa6c7806581..0404e2bdee6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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)),)