Version bump to 0.99 (-dev).
parent
01d2381696
commit
a463214d10
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue