From: Doug Coleman Date: Tue, 11 Nov 2014 08:13:23 +0000 (-0800) Subject: version number: 0.98 -> 0.98-git. @bjourne suggested, some python projects do this... X-Git-Tag: unmaintained~3376 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=599c2cdba265004cad444e1f4e6651e19b143661 version number: 0.98 -> 0.98-git. @bjourne suggested, some python projects do this too. --- diff --git a/Factor.app/Contents/Info.plist b/Factor.app/Contents/Info.plist index 7040625810..ad20fc25bf 100644 --- a/Factor.app/Contents/Info.plist +++ b/Factor.app/Contents/Info.plist @@ -32,7 +32,7 @@ CFBundlePackageType APPL CFBundleVersion - 0.98 + 0.98-git NSHumanReadableCopyright Copyright © 2003-2014 Factor developers NSServices diff --git a/GNUmakefile b/GNUmakefile index b94c833e84..1047caf0e0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,5 +1,5 @@ ifdef CONFIG - VERSION = 0.98 + VERSION = 0.98-git GIT_LABEL = $(shell git describe --all --long) BUNDLE = Factor.app diff --git a/build-support/factor.cmd b/build-support/factor.cmd index 34787502b9..178fa818e6 100644 --- a/build-support/factor.cmd +++ b/build-support/factor.cmd @@ -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.98 +set version=0.98-git if %_bootimage_version%==clean ( set _git_branch=clean-windows-%_target%