From: Junio C Hamano Date: Wed, 17 Aug 2005 21:25:08 +0000 (-0700) Subject: Merge changes from master. X-Git-Tag: v0.99.5~16 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=ca08acca68bf0e1c89fcbc29af18b68ea7bf5c36;hp=da139813a7242f96e6926fd15881b9df94625132;p=git.git Merge changes from master. --- diff --git a/Makefile b/Makefile index db759650..c0a84298 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 2788cdd9..da7526e2 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.