From: John Benediktsson Date: Tue, 31 Jul 2018 19:40:12 +0000 (-0700) Subject: Version bump to 0.99 (-dev). X-Git-Tag: 0.99~4062 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=a463214d1086885e3e97ab8c8d426f5a5feb4243 Version bump to 0.99 (-dev). --- diff --git a/Factor.app/Contents/Info.plist b/Factor.app/Contents/Info.plist index fd962df08d..48581e7554 100644 --- a/Factor.app/Contents/Info.plist +++ b/Factor.app/Contents/Info.plist @@ -32,7 +32,7 @@ CFBundlePackageType APPL CFBundleVersion - 0.98 + 0.99 NSHumanReadableCopyright Copyright © 2003-2018 Factor developers NSServices diff --git a/GNUmakefile b/GNUmakefile index 1d4ebaabcf..0cf1d9fd4c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,5 +1,5 @@ ifdef CONFIG - VERSION = 0.98 + VERSION = 0.99 GIT_LABEL = $(shell echo `git describe --all`-`git rev-parse HEAD`) BUNDLE = Factor.app diff --git a/Nmakefile b/Nmakefile index 310358a60b..0b0ce66777 100644 --- a/Nmakefile +++ b/Nmakefile @@ -1,4 +1,4 @@ -VERSION = 0.98 +VERSION = 0.99 # Crazy hack to do shell commands # We do it in Nmakefile because that way we don't have to invoke build through build.cmd