From: Junio C Hamano Date: Wed, 27 Jul 2005 00:21:16 +0000 (-0700) Subject: Name it 0.99.2 X-Git-Tag: v0.99.2^0 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2779fad61302da0fe3a24995e343ab894f32fa42?ds=inline;hp=--cc Name it 0.99.2 Signed-off-by: Junio C Hamano --- 2779fad61302da0fe3a24995e343ab894f32fa42 diff --git a/Makefile b/Makefile index e92518f857..d4518df207 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ # BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly # break unless your underlying filesystem supports those sub-second times # (my ext3 doesn't). -GIT_VERSION=0.99.1 +GIT_VERSION=0.99.2 COPTS=-O2 CFLAGS=-g $(COPTS) -Wall