diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-26 18:44:15 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-26 18:44:15 -0800 |
commit | e5f5219a4f1faf3b4e1816fad3a6296a1d39b878 (patch) | |
tree | e41c6fb839732b2fe45bd9416a22411ed3035a07 /Makefile | |
parent | 6ab58895cd951f6f5c96fa432afb122cfeb12746 (diff) | |
parent | 975b31dc6e12fba8f7b067ddbe32230995e05400 (diff) | |
download | git-e5f5219a4f1faf3b4e1816fad3a6296a1d39b878.tar.gz |
GIT 1.0.5v1.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 <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.5 # CFLAGS and LDFLAGS are for the users to override from the command line. |