From: Junio C Hamano Date: Mon, 1 Aug 2005 22:19:34 +0000 (-0700) Subject: GIT 0.99.3 X-Git-Tag: v0.99.3^0 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=541ad6e2a9cfd71dc1e4131fb2b47e3c630417ed;p=git.git 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 --- diff --git a/Makefile b/Makefile index 56e7891c..4a38aa65 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)