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-08-02 02:19:34 +0400
committerJunio C Hamano <junkio@cox.net>2005-08-02 02:20:14 +0400
commit541ad6e2a9cfd71dc1e4131fb2b47e3c630417ed (patch)
tree9beeecc3e078972adb0e5cdfbac0c367e747ef3b
parentbbd14cb0113ca26d679970f4db9ad953fb273e36 (diff)
GIT 0.99.3v0.99.3
Things have slowly but surely started to settle down, and the http transport finally can natively grok packed repositories. To give Pasky a good anchor point, hoping that he can start split off the core part from Cogito, here is the 0.99.3, which will be accompanied with its own tag. 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 56e7891c69..4a38aa65be 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@
# DEFINES += -DUSE_STDEV
-GIT_VERSION=0.99.2
+GIT_VERSION=0.99.3
COPTS?=-g -O2
CFLAGS+=$(COPTS) -Wall $(DEFINES)