From: Junio C Hamano Date: Wed, 24 Aug 2005 04:30:42 +0000 (-0700) Subject: Merge refs/heads/master from . X-Git-Tag: v0.99.5~3 X-Git-Url: https://www.git.lorimer.id.au/gitweb.git/diff_plain/168cc639adb29616bde22f97f153faa1dfd024eb?hp=0d6a873cfe4ba9428cf361c633faf701cadc04b8 Merge refs/heads/master from . --- diff --git a/Makefile b/Makefile index ac4f2110dc..797c27fb04 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.