diff --git a/Factor.app/Contents/Info.plist b/Factor.app/Contents/Info.plist
index 7040625810..ad20fc25bf 100644
--- a/Factor.app/Contents/Info.plist
+++ b/Factor.app/Contents/Info.plist
@@ -32,7 +32,7 @@
CFBundlePackageType
APPL
CFBundleVersion
- 0.98
+ 0.98-git
NSHumanReadableCopyright
Copyright © 2003-2014 Factor developers
NSServices
diff --git a/GNUmakefile b/GNUmakefile
index b94c833e84..1047caf0e0 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,5 +1,5 @@
ifdef CONFIG
- VERSION = 0.98
+ VERSION = 0.98-git
GIT_LABEL = $(shell git describe --all --long)
BUNDLE = Factor.app
diff --git a/build-support/factor.cmd b/build-support/factor.cmd
index 34787502b9..178fa818e6 100644
--- a/build-support/factor.cmd
+++ b/build-support/factor.cmd
@@ -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%