aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-24 11:38:43 -0700
committerJunio C Hamano <junkio@cox.net>2005-09-24 11:38:43 -0700
commit00d8bbd3c4bba72a6dfd48c2c0c9cbaa000f13c2 (patch)
tree67a882d0b2f9396e95faadf66b437f4db71fa573 /Makefile
parent25a67553ea8b5c8c750adf21f39a901009750553 (diff)
downloadgit-00d8bbd3c4bba72a6dfd48c2c0c9cbaa000f13c2.tar.gz
git-00d8bbd3c4bba72a6dfd48c2c0c9cbaa000f13c2.tar.xz
GIT 0.99.7cv0.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 <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac13ecbed..e90f646af 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)