aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-10 18:37:24 -0700
committerJunio C Hamano <junkio@cox.net>2005-09-10 19:48:09 -0700
commit53e2cc9b9b104662b9d8a571faea384642df2d66 (patch)
treecab8f84565621833f8ad9b4454e4032f10372a54 /Makefile
parent720d150c48fc35fca13c6dfb3c76d60e4ee83b87 (diff)
downloadgit-53e2cc9b9b104662b9d8a571faea384642df2d66.tar.gz
git-53e2cc9b9b104662b9d8a571faea384642df2d66.tar.xz
Prepare 0.99.7 release candidate branch.
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 5b028b1d9..3f699864e 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)