From: Junio C Hamano Date: Mon, 3 Oct 2005 23:32:57 +0000 (-0700) Subject: Merge branch 'fixes' X-Git-Tag: v0.99.9~202^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=17222001273b817aa9655744a0033619134b1a2c;hp=619e5a0ed4a53653085961b7aefe1f93ed879949;p=git.git Merge branch 'fixes' --- diff --git a/Makefile b/Makefile index 92f0bda5..25fd5cde 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)