summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-18 15:45:59 -0700
committerJunio C Hamano <junkio@cox.net>2005-09-18 15:45:59 -0700
commit727132834e6be48a93c1bd6458a29d474ce7d5d5 (patch)
tree10ca49953362d6e2549ec391e938d2559c40426a /Makefile
parentArrgh -- another asciidoc caret workaround. (diff)
parentMerge branch 'master' of . (diff)
downloadgit-0.99.7.tar.gz
git-0.99.7.zip
GIT 0.99.7v0.99.7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0e9f2ec4aa..877e0b8a66 100644
--- a/Makefile
+++ b/Makefile
@@ -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)