summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bbd14cb)
raw | patch | inline | side by side (parent: bbd14cb)
author | Junio C Hamano <junkio@cox.net> | |
Mon, 1 Aug 2005 22:19:34 +0000 (15:19 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 1 Aug 2005 22:20:14 +0000 (15:20 -0700) |
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>
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>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 56e7891c697dfc8ea605edcc4a4f4a37ed05d611..4a38aa65be8332eb5c858ec5a21777b78698354c 100644 (file)
--- a/Makefile
+++ b/Makefile
# DEFINES += -DUSE_STDEV
-GIT_VERSION=0.99.2
+GIT_VERSION=0.99.3
COPTS?=-g -O2
CFLAGS+=$(COPTS) -Wall $(DEFINES)