Version bump to 0.99 (-dev).

handle-patch-and-put
John Benediktsson 2018-07-31 12:40:12 -07:00
parent 01d2381696
commit a463214d10
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>0.98</string>
<string>0.99</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2003-2018 Factor developers</string>
<key>NSServices</key>

View File

@ -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

View File

@ -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