summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-01 22:19:34 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-08-01 22:20:14 (GMT)
commit541ad6e2a9cfd71dc1e4131fb2b47e3c630417ed (patch)
tree9beeecc3e078972adb0e5cdfbac0c367e747ef3b
parentbbd14cb0113ca26d679970f4db9ad953fb273e36 (diff)
downloadgit-0.99.3.zip
git-0.99.3.tar.gz
git-0.99.3.tar.bz2
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>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56e7891..4a38aa6 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)