Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-07-27 04:21:16 +0400
committerJunio C Hamano <junkio@cox.net>2005-07-27 04:21:16 +0400
commit2779fad61302da0fe3a24995e343ab894f32fa42 (patch)
treee2f09b7efc832dcfa44d0af572ce9dc0c5bb533a
parent2bbcddee877c01ea1008efe2137d7ef599189ef5 (diff)
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 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