aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-24 00:02:08 -0800
committerJunio C Hamano <junkio@cox.net>2005-12-24 00:02:08 -0800
commit6ab58895cd951f6f5c96fa432afb122cfeb12746 (patch)
tree2a708aa291f58887198d3951e342996b2257e88f /Makefile
parentc63da8d8e8c5b5078e59af15c1a41ff98ad61d59 (diff)
parentac44f3e7c05390531004d567481004c96d1b262c (diff)
downloadgit-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 890f16bda..8d03e0b14 100644
--- a/Makefile
+++ b/Makefile
@@ -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.