summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-31 01:27:38 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-10-31 01:27:38 (GMT)
commitc2d07d24e48fd7109ac4c717bcdc6b82609ece1a (patch)
treebb9c38bf1a56cc93fa44c51b0ed0711106e70736
parent46774a81f9d6ca4d230d33757afe9dd07bfe398b (diff)
downloadgit-c2d07d24e48fd7109ac4c717bcdc6b82609ece1a.zip
git-c2d07d24e48fd7109ac4c717bcdc6b82609ece1a.tar.gz
git-c2d07d24e48fd7109ac4c717bcdc6b82609ece1a.tar.bz2
GIT 0.99.9 master branch.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7bccc76..1163dda 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)