From: Junio C Hamano Date: Tue, 27 Dec 2005 02:44:15 +0000 (-0800) Subject: GIT 1.0.5 X-Git-Tag: v1.0.5^0 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=e5f5219a4f1faf3b4e1816fad3a6296a1d39b878;p=git.git GIT 1.0.5 Minor fixes. Starting from this one I won't be touching debian/ directory since the official maintainer seems to be reasonably quick to package up things. The packaging procedure used there seems to be quite different from what I have, so I'd like to avoid potential confusion and reduce work by the official maintainer and myself. Signed-off-by: Junio C Hamano --- e5f5219a4f1faf3b4e1816fad3a6296a1d39b878 diff --cc Makefile index 8d03e0b1,dde8f331..a5ca5db3 --- a/Makefile +++ b/Makefile @@@ -55,7 -55,7 +55,7 @@@ all # Define USE_STDEV below if you want git to care about the underlying device # change being considered an inode change from the update-cache perspective. - GIT_VERSION = 1.0.4 -GIT_VERSION = 1.0.0 ++GIT_VERSION = 1.0.5 # CFLAGS and LDFLAGS are for the users to override from the command line.