From 599c2cdba265004cad444e1f4e6651e19b143661 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 11 Nov 2014 00:13:23 -0800 Subject: [PATCH] version number: 0.98 -> 0.98-git. @bjourne suggested, some python projects do this too. --- Factor.app/Contents/Info.plist | 2 +- GNUmakefile | 2 +- build-support/factor.cmd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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% -- 2.34.1