summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-01-27 14:46:10 -0800
committerLibravatar Junio C Hamano <junkio@cox.net>2006-01-27 14:46:10 -0800
commitca182053c7710a286d72102f4576cf32e0dafcfb (patch)
treeda5fa4e546de09e267cdfb3f6f1a867b8a860048 /Makefile
parentGIT 1.0.12 (diff)
parentcheckout: do not make a temporary copy of symlink target. (diff)
downloadtgif-ca182053c7710a286d72102f4576cf32e0dafcfb.tar.xz
GIT 1.0.13
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 538d21d808..59042d1bc9 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.12
+GIT_VERSION = 1.0.13
# CFLAGS and LDFLAGS are for the users to override from the command line.