GNUmakefile, factor.cmd: Update versions to 0.98

db4
Doug Coleman 2014-11-10 23:08:49 -08:00
parent 71f789fa20
commit d9271046be
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
ifdef CONFIG ifdef CONFIG
VERSION = 0.97 VERSION = 0.98
GIT_LABEL = $(shell git describe --all --long) GIT_LABEL = $(shell git describe --all --long)
BUNDLE = Factor.app BUNDLE = Factor.app

View File

@ -30,7 +30,7 @@ if not errorlevel 1 (
git describe --all --long > git_label.tmp git describe --all --long > git_label.tmp
set /p git_label= < git_label.tmp set /p git_label= < git_label.tmp
set version=0.97 set version=0.98
if %_bootimage_version%==clean ( if %_bootimage_version%==clean (
set _git_branch=clean-windows-%_target% set _git_branch=clean-windows-%_target%