diff options
| author | bors <bors@rust-lang.org> | 2013-06-27 12:52:43 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-06-27 12:52:43 -0700 |
| commit | 4c86a0431b637edd23b91234765402bb41edcae8 (patch) | |
| tree | 1647ef0705fe9c4d9d060d2503e03549cce565b0 | |
| parent | 9b6dfb85782a6ec50c39292626acf2c74b0ae754 (diff) | |
| parent | e8151de88ff7186d2eaf9b55be087343c148451d (diff) | |
| download | rust-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.in | 2 |
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)),) |
