GNUmakefile, factor.cmd: Update versions to 0.98
parent
71f789fa20
commit
d9271046be
|
@ -1,5 +1,5 @@
|
|||
ifdef CONFIG
|
||||
VERSION = 0.97
|
||||
VERSION = 0.98
|
||||
GIT_LABEL = $(shell git describe --all --long)
|
||||
|
||||
BUNDLE = Factor.app
|
||||
|
|
|
@ -30,7 +30,7 @@ if not errorlevel 1 (
|
|||
git describe --all --long > git_label.tmp
|
||||
set /p git_label= < git_label.tmp
|
||||
|
||||
set version=0.97
|
||||
set version=0.98
|
||||
|
||||
if %_bootimage_version%==clean (
|
||||
set _git_branch=clean-windows-%_target%
|
||||
|
|
Loading…
Reference in New Issue