diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-18 15:45:59 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-18 15:45:59 -0700 |
commit | 727132834e6be48a93c1bd6458a29d474ce7d5d5 (patch) | |
tree | 10ca49953362d6e2549ec391e938d2559c40426a /Makefile | |
parent | 87c6aeb4efdd4355918d127a91bd0adc5a02f8ff (diff) | |
parent | 8ac93bc98f5e868e890e1a740df9f0c6513189c8 (diff) | |
download | git-727132834e6be48a93c1bd6458a29d474ce7d5d5.tar.gz |
GIT 0.99.7v0.99.7
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ # DEFINES += -DUSE_STDEV -GIT_VERSION = 0.99.6 +GIT_VERSION = 0.99.7 CFLAGS = -g -O2 -Wall ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES) |