]> gitweb.factorcode.org Git - factor.git/commitdiff
GNUmakefile, factor.cmd: Update versions to 0.98
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 11 Nov 2014 07:08:49 +0000 (23:08 -0800)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 11 Nov 2014 07:08:49 +0000 (23:08 -0800)
GNUmakefile
build-support/factor.cmd

index a9fd8304f25bb9ac3de6f8945c68468020dc7110..a04b310bb5c2077f50211c1491823e003dc95ad4 100644 (file)
@@ -1,5 +1,5 @@
 ifdef CONFIG
-       VERSION = 0.97
+       VERSION = 0.98
        GIT_LABEL = $(shell git describe --all --long)
 
        BUNDLE = Factor.app
index 98f545d4edcc61e4881057ba127115c31299c940..34787502b96d9339d178eede18d6bc2d58b43905 100644 (file)
@@ -30,7 +30,7 @@ if not errorlevel 1 (
 git describe --all --long > git_label.tmp\r
 set /p git_label= < git_label.tmp\r
 \r
-set version=0.97\r
+set version=0.98\r
 \r
 if %_bootimage_version%==clean (\r
     set _git_branch=clean-windows-%_target%\r