From b70470bcf5f5a50e581206423e53b23e6d4885cb Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 19 Jan 2012 22:55:58 -0800 Subject: [PATCH] Set release string to 0.1. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index ffc6e104078..2b9cf9c958a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -114,7 +114,7 @@ LIBRUSTC_GLOB :=$(call CFG_LIB_GLOB,rustc) # version-string calculation CFG_GIT_DIR := $(CFG_SRC_DIR).git -CFG_RELEASE = prerelease +CFG_RELEASE = 0.1 CFG_VERSION = $(CFG_RELEASE) ifneq ($(wildcard $(CFG_GIT)),)