summaryrefslogtreecommitdiffstats
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
parentGIT 0.99.9 (diff)
downloadgit-c2d07d24e48fd7109ac4c717bcdc6b82609ece1a.tar.gz
git-c2d07d24e48fd7109ac4c717bcdc6b82609ece1a.zip
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 7bccc76f15..1163dda0f6 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)