GIT 0.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>
This commit is contained in:
Junio C Hamano 2005-08-01 15:19:34 -07:00
parent bbd14cb011
commit 541ad6e2a9

View File

@ -32,7 +32,7 @@
# DEFINES += -DUSE_STDEV
GIT_VERSION=0.99.2
GIT_VERSION=0.99.3
COPTS?=-g -O2
CFLAGS+=$(COPTS) -Wall $(DEFINES)