From: Junio C Hamano Date: Sun, 2 Oct 2005 23:37:27 +0000 (-0700) Subject: Post 0.99.8 master branch X-Git-Tag: v0.99.9~204^2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=baaac6a7143ad07de62926421f8740cd640c241c;p=git.git Post 0.99.8 master branch Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 92f0bda5e..25fd5cde8 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ # DEFINES += -DUSE_STDEV -GIT_VERSION = 0.99.8 +GIT_VERSION = 0.99.8.GIT CFLAGS = -g -O2 -Wall ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES)