X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=d4518df207bf0ade86df0644b903a82a8f74ff6a;hb=2779fad61302da0fe3a24995e343ab894f32fa42;hp=e92518f857f650fed6a0a2abc632bb93a7072835;hpb=2bbcddee877c01ea1008efe2137d7ef599189ef5;p=git.git diff --git a/Makefile b/Makefile index e92518f8..d4518df2 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