aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-02 16:37:27 -0700
committerJunio C Hamano <junkio@cox.net>2005-10-02 16:37:27 -0700
commitbaaac6a7143ad07de62926421f8740cd640c241c (patch)
treeae8de6aabfb1c92cad1831b73d4b0a33b8d99693 /Makefile
parent91dd674e30ba0298e89c9be2657024805170c2ac (diff)
downloadgit-baaac6a7143ad07de62926421f8740cd640c241c.tar.gz
git-baaac6a7143ad07de62926421f8740cd640c241c.tar.xz
Post 0.99.8 master branch
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 92f0bda5e..25fd5cde8 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@
# DEFINES += -DUSE_STDEV
-GIT_VERSION = 0.99.8
+GIT_VERSION = 0.99.8.GIT
CFLAGS = -g -O2 -Wall
ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES)