Code

GIT 0.99.3 v0.99.3
authorJunio C Hamano <junkio@cox.net>
Mon, 1 Aug 2005 22:19:34 +0000 (15:19 -0700)
committerJunio 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>
Makefile

index 56e7891c697dfc8ea605edcc4a4f4a37ed05d611..4a38aa65be8332eb5c858ec5a21777b78698354c 100644 (file)
--- 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)