]> gitweb.factorcode.org Git - factor.git/commitdiff
Version bump to 0.99 (-dev).
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 31 Jul 2018 19:40:12 +0000 (12:40 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 31 Jul 2018 19:40:12 +0000 (12:40 -0700)
Factor.app/Contents/Info.plist
GNUmakefile
Nmakefile

index fd962df08d0882f935b17f9a27077e7d09f00a68..48581e7554fd197a3ad7455ebf299dbaf73f2111 100644 (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>
index 1d4ebaabcfaf57e76516d84044fade2a9fd45467..0cf1d9fd4cd3d7bd3f1d10e8b9379b61c240e69c 100644 (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
index 310358a60b5d24a7c57d4985601ff74ffe8f937a..0b0ce667779d214bc3e3d1e48228d1e3423bc03e 100644 (file)
--- 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