Skip to content

Commit 992d743

Browse files
committed
Bump release number to 0.2pre to avoid clobbering 0.1 artifacts in future.
1 parent 98d0bc7 commit 992d743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ LIBRUSTC_GLOB :=$(call CFG_LIB_GLOB,rustc)
114114

115115
# version-string calculation
116116
CFG_GIT_DIR := $(CFG_SRC_DIR).git
117-
CFG_RELEASE = 0.1
117+
CFG_RELEASE = 0.2pre
118118
CFG_VERSION = $(CFG_RELEASE)
119119

120120
ifneq ($(wildcard $(CFG_GIT)),)

0 commit comments

Comments
 (0)