]> gitweb.factorcode.org Git - factor.git/commitdiff
Version bump to 0.100
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 24 Aug 2023 17:01:11 +0000 (10:01 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 24 Aug 2023 17:01:11 +0000 (10:01 -0700)
Factor.app/Contents/Info.plist
GNUmakefile
Nmakefile

index 144c5d93c58ee692f167d07fda83c873660deb08..ec9a8de5345f435d490354bedb1cf21ecfa89ef1 100644 (file)
@@ -32,7 +32,7 @@
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleVersion</key>
-       <string>0.99</string>
+       <string>0.100</string>
        <key>NSHumanReadableCopyright</key>
        <string>Copyright © 2003-2023 Factor developers</string>
        <key>NSServices</key>
index ef5707d054b1736afd9fa633eb3195d52279bcde..b641b440f40c41063a0e40f217584ed1774ced41 100644 (file)
@@ -1,5 +1,5 @@
 ifdef CONFIG
-       VERSION = 0.99
+       VERSION = 0.100
        GIT_LABEL = $(shell echo `git describe --all`-`git rev-parse HEAD`)
        BUNDLE = Factor.app
        DEBUG ?= 0
index 065d24a757cc00a5710bf97b574b96c2e45e9b48..f87fb76d2daedd97afdc431df97f365d492ba798 100644 (file)
--- a/Nmakefile
+++ b/Nmakefile
@@ -1,4 +1,4 @@
-VERSION = 0.99
+VERSION = 0.100
 
 # Crazy hack to do shell commands
 # We do it in Nmakefile because that way we don't have to invoke build through build.cmd