summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2005-09-07 15:59:24 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2005-09-07 15:59:24 -0700
commit99977bd5fdeabbd0608a70e9411c243007ec4ea2 (patch)
treec53f757133bb84a2d87e901c49207e9b7c48e1a6 /Makefile
parent[PATCH] Simplify git script (diff)
parentMerge branch 'master' of . (diff)
downloadtgif-99977bd5fdeabbd0608a70e9411c243007ec4ea2.tar.xz
GIT 0.99.6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9122c03ea3..6dbffc23e2 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@
# DEFINES += -DUSE_STDEV
-GIT_VERSION = 0.99.5
+GIT_VERSION = 0.99.6
CFLAGS = -g -O2 -Wall
ALL_CFLAGS = $(CFLAGS) $(DEFINES)