diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-01 15:19:34 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-01 15:20:14 -0700 |
commit | 541ad6e2a9cfd71dc1e4131fb2b47e3c630417ed (patch) | |
tree | 9beeecc3e078972adb0e5cdfbac0c367e747ef3b /Makefile | |
parent | bbd14cb0113ca26d679970f4db9ad953fb273e36 (diff) | |
download | git-541ad6e2a9cfd71dc1e4131fb2b47e3c630417ed.tar.gz git-541ad6e2a9cfd71dc1e4131fb2b47e3c630417ed.tar.xz |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ # DEFINES += -DUSE_STDEV -GIT_VERSION=0.99.2 +GIT_VERSION=0.99.3 COPTS?=-g -O2 CFLAGS+=$(COPTS) -Wall $(DEFINES) |