aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-24 23:10:41 -0700
committerJunio C Hamano <junkio@cox.net>2005-08-24 23:10:41 -0700
commit09661fdbfc1631462bb5c9064349f74097369b4a (patch)
tree152c4b1e0180897bb0bdb82a9248e51d9774bc77 /Makefile
parent8572aa85a7f1e9377f44b816788ced4306cf427b (diff)
downloadgit-09661fdbfc1631462bb5c9064349f74097369b4a.tar.gz
Prepare 0.99.6 branch.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index adb4965f49..bc2f389a2d 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@
# DEFINES += -DUSE_STDEV
-GIT_VERSION = 0.99.5
+GIT_VERSION = 0.99.6
CFLAGS = -g -O2 -Wall
ALL_CFLAGS = $(CFLAGS) $(DEFINES)