aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-30 17:27:38 -0800
committerJunio C Hamano <junkio@cox.net>2005-10-30 17:27:38 -0800
commitc2d07d24e48fd7109ac4c717bcdc6b82609ece1a (patch)
treebb9c38bf1a56cc93fa44c51b0ed0711106e70736 /Makefile
parent46774a81f9d6ca4d230d33757afe9dd07bfe398b (diff)
downloadgit-c2d07d24e48fd7109ac4c717bcdc6b82609ece1a.tar.gz
git-c2d07d24e48fd7109ac4c717bcdc6b82609ece1a.tar.xz
GIT 0.99.9 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 7bccc76f1..1163dda0f 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@
# DEFINES += -DUSE_STDEV
-GIT_VERSION = 0.99.9
+GIT_VERSION = 0.99.9.GIT
CFLAGS = -g -O2 -Wall
ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES)