Skip to content

Commit e8151de

Browse files
committed
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.
1 parent 23fb227 commit e8151de

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)