From: Junio C Hamano Date: Tue, 16 Aug 2005 19:13:16 +0000 (-0700) Subject: Merge with master changes. X-Git-Tag: v0.99.5~19 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1f40c7c24d999675df818f9d7824937a964f9f40?hp=abe0582207c72ec848e78707577c61a98f5c633d Merge with master changes. --- diff --git a/Makefile b/Makefile index 16ab0c7f02..1623247273 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.