From a463214d1086885e3e97ab8c8d426f5a5feb4243 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 31 Jul 2018 12:40:12 -0700 Subject: [PATCH] Version bump to 0.99 (-dev). --- Factor.app/Contents/Info.plist | 2 +- GNUmakefile | 2 +- Nmakefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1