Version bump to 0.99 (-dev).
parent
01d2381696
commit
a463214d10
|
@ -32,7 +32,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>0.98</string>
|
<string>0.99</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright © 2003-2018 Factor developers</string>
|
<string>Copyright © 2003-2018 Factor developers</string>
|
||||||
<key>NSServices</key>
|
<key>NSServices</key>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
ifdef CONFIG
|
ifdef CONFIG
|
||||||
VERSION = 0.98
|
VERSION = 0.99
|
||||||
GIT_LABEL = $(shell echo `git describe --all`-`git rev-parse HEAD`)
|
GIT_LABEL = $(shell echo `git describe --all`-`git rev-parse HEAD`)
|
||||||
|
|
||||||
BUNDLE = Factor.app
|
BUNDLE = Factor.app
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = 0.98
|
VERSION = 0.99
|
||||||
|
|
||||||
# Crazy hack to do shell commands
|
# Crazy hack to do shell commands
|
||||||
# We do it in Nmakefile because that way we don't have to invoke build through build.cmd
|
# We do it in Nmakefile because that way we don't have to invoke build through build.cmd
|
||||||
|
|
Loading…
Reference in New Issue