aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-07-26 17:21:16 -0700
committerJunio C Hamano <junkio@cox.net>2005-07-26 17:21:16 -0700
commit2779fad61302da0fe3a24995e343ab894f32fa42 (patch)
treee2f09b7efc832dcfa44d0af572ce9dc0c5bb533a
parent2bbcddee877c01ea1008efe2137d7ef599189ef5 (diff)
downloadgit-2779fad61302da0fe3a24995e343ab894f32fa42.tar.gz
git-2779fad61302da0fe3a24995e343ab894f32fa42.tar.xz
Name it 0.99.2v0.99.2
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e92518f85..d4518df20 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