Skip to content

Commit 4c86a04

Browse files
committed
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.
2 parents 9b6dfb8 + e8151de commit 4c86a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ endif
139139

140140
# version-string calculation
141141
CFG_GIT_DIR := $(CFG_SRC_DIR).git
142-
CFG_RELEASE = 0.6
142+
CFG_RELEASE = 0.7-pre
143143
CFG_VERSION = $(CFG_RELEASE)
144144

145145
ifneq ($(wildcard $(CFG_GIT)),)

0 commit comments

Comments
 (0)