From: Junio C Hamano Date: Fri, 19 Aug 2005 20:55:59 +0000 (-0700) Subject: Merge with master for a couple more fixes. X-Git-Tag: v0.99.5~10 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0026d5484158ee093da5ab302ee794ec1931303f?hp=7f1335c74c4ba0baac8649974e95f6e6f84f8632 Merge with master for a couple more fixes. --- diff --git a/Makefile b/Makefile index db7596504a..c0a84298b5 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ # DEFINES += -DUSE_STDEV -GIT_VERSION = 0.99.4 +GIT_VERSION = 0.99.5 CFLAGS = -g -O2 -Wall ALL_CFLAGS = $(CFLAGS) $(DEFINES) diff --git a/debian/changelog b/debian/changelog index 2788cdd909..da7526e2cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +git-core (0.99.5-0) unstable; urgency=low + + * GIT 0.99.5 + + -- Junio C Hamano Wed, 10 Aug 2005 22:05:00 -0700 + git-core (0.99.4-4) unstable; urgency=low * Mark git-tk as architecture neutral.