diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-10 18:37:24 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-10 19:48:09 -0700 |
commit | 53e2cc9b9b104662b9d8a571faea384642df2d66 (patch) | |
tree | cab8f84565621833f8ad9b4454e4032f10372a54 /Makefile | |
parent | 720d150c48fc35fca13c6dfb3c76d60e4ee83b87 (diff) | |
download | git-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |