diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-24 00:02:08 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-24 00:02:08 -0800 |
commit | 6ab58895cd951f6f5c96fa432afb122cfeb12746 (patch) | |
tree | 2a708aa291f58887198d3951e342996b2257e88f /Makefile | |
parent | c63da8d8e8c5b5078e59af15c1a41ff98ad61d59 (diff) | |
parent | ac44f3e7c05390531004d567481004c96d1b262c (diff) | |
download | git-6ab58895cd951f6f5c96fa432afb122cfeb12746.tar.gz git-6ab58895cd951f6f5c96fa432afb122cfeb12746.tar.xz |
GIT 1.0.4v1.0.4
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.3 +GIT_VERSION = 1.0.4 # CFLAGS and LDFLAGS are for the users to override from the command line. |