From 00d8bbd3c4bba72a6dfd48c2c0c9cbaa000f13c2 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 24 Sep 2005 11:38:43 -0700 Subject: GIT 0.99.7c Contains the following post-0.99.7b fixes: - rsh.c string termination fix by H. Peter Anvin - further fetch fixes by Sergey Vlasov - diff-tree documentation by Robert Watson. - 'git diff --cached' synonymous to 'git diff --cached HEAD'. - subprocess.py licensing status clarification. Signed-off-by: Junio C Hamano --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ac13ecbedf..e90f646af0 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ # DEFINES += -DUSE_STDEV -GIT_VERSION = 0.99.7b +GIT_VERSION = 0.99.7c CFLAGS = -g -O2 -Wall ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES) -- cgit v1.3