summaryrefslogtreecommitdiff
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
parent87c6aeb4efdd4355918d127a91bd0adc5a02f8ff (diff)
parent8ac93bc98f5e868e890e1a740df9f0c6513189c8 (diff)
downloadgit-727132834e6be48a93c1bd6458a29d474ce7d5d5.tar.gz
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)