diff options
author | Junio C Hamano <junkio@cox.net> | 2005-10-30 17:27:38 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-30 17:27:38 -0800 |
commit | c2d07d24e48fd7109ac4c717bcdc6b82609ece1a (patch) | |
tree | bb9c38bf1a56cc93fa44c51b0ed0711106e70736 /Makefile | |
parent | 46774a81f9d6ca4d230d33757afe9dd07bfe398b (diff) | |
download | git-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |