version number: 0.98 -> 0.98-git. @bjourne suggested, some python projects do this too.
parent
11be8734cb
commit
599c2cdba2
|
@ -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>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ifdef CONFIG
|
||||
VERSION = 0.98
|
||||
VERSION = 0.98-git
|
||||
GIT_LABEL = $(shell git describe --all --long)
|
||||
|
||||
BUNDLE = Factor.app
|
||||
|
|
|
@ -30,7 +30,7 @@ if not errorlevel 1 (
|
|||
git describe --all --long > git_label.tmp
|
||||
set /p git_label= < git_label.tmp
|
||||
|
||||
set version=0.98
|
||||
set version=0.98-git
|
||||
|
||||
if %_bootimage_version%==clean (
|
||||
set _git_branch=clean-windows-%_target%
|
||||
|
|
Loading…
Reference in New Issue