diff options
author | Junio C Hamano <junkio@cox.net> | 2005-07-26 17:21:16 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-07-26 17:21:16 -0700 |
commit | 2779fad61302da0fe3a24995e343ab894f32fa42 (patch) | |
tree | e2f09b7efc832dcfa44d0af572ce9dc0c5bb533a | |
parent | Adjust diff-raw tests to the status letter change. (diff) | |
download | tgif-2779fad61302da0fe3a24995e343ab894f32fa42.tar.xz |
Name it 0.99.2
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |