]> gitweb.factorcode.org Git - factor.git/commitdiff
version number: 0.98 -> 0.98-git. @bjourne suggested, some python projects do this...
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 11 Nov 2014 08:13:23 +0000 (00:13 -0800)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 11 Nov 2014 08:13:23 +0000 (00:13 -0800)
Factor.app/Contents/Info.plist
GNUmakefile
build-support/factor.cmd

index 704062581004651c9efc904b1bf9642902885831..ad20fc25bf2d590fdab1f6793713e1610b1c036f 100644 (file)
@@ -32,7 +32,7 @@
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleVersion</key>
-       <string>0.98</string>
+       <string>0.98-git</string>
        <key>NSHumanReadableCopyright</key>
        <string>Copyright © 2003-2014 Factor developers</string>
        <key>NSServices</key>
index b94c833e84d293f3dbdb028a76f9fcff1a627bd2..1047caf0e0139ba6cb81dce08e78f9d75cf8bf13 100644 (file)
@@ -1,5 +1,5 @@
 ifdef CONFIG
-       VERSION = 0.98
+       VERSION = 0.98-git
        GIT_LABEL = $(shell git describe --all --long)
 
        BUNDLE = Factor.app
index 34787502b96d9339d178eede18d6bc2d58b43905..178fa818e61755cb47eb1d0ec3178e1d130e41d7 100644 (file)
@@ -30,7 +30,7 @@ if not errorlevel 1 (
 git describe --all --long > git_label.tmp\r
 set /p git_label= < git_label.tmp\r
 \r
-set version=0.98\r
+set version=0.98-git\r
 \r
 if %_bootimage_version%==clean (\r
     set _git_branch=clean-windows-%_target%\r