summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-07-27 00:21:16 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-07-27 00:21:16 (GMT)
commit2779fad61302da0fe3a24995e343ab894f32fa42 (patch)
treee2f09b7efc832dcfa44d0af572ce9dc0c5bb533a
parent2bbcddee877c01ea1008efe2137d7ef599189ef5 (diff)
downloadgit-0.99.2.zip
git-0.99.2.tar.gz
git-0.99.2.tar.bz2
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 e92518f..d4518df 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