]> git.lizzy.rs Git - rust.git/commitdiff
Update version number to 0.7-pre.
authorBrian Anderson <banderson@mozilla.com>
Thu, 27 Jun 2013 00:44:36 +0000 (17:44 -0700)
committerBrian Anderson <banderson@mozilla.com>
Thu, 27 Jun 2013 00:44:36 +0000 (17:44 -0700)
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.

Makefile.in

index fa6c7806581352fa216bb1d92fae6e5988a78af4..0404e2bdee6cf099ac887954c19ab70c3d23a945 100644 (file)
@@ -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)),)