From e8151de88ff7186d2eaf9b55be087343c148451d Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 26 Jun 2013 17:44:36 -0700 Subject: [PATCH] Update version number to 0.7-pre. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)),)