summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-01-27 14:46:10 -0800
committerJunio C Hamano <junkio@cox.net>2006-01-27 14:46:10 -0800
commitca182053c7710a286d72102f4576cf32e0dafcfb (patch)
treeda5fa4e546de09e267cdfb3f6f1a867b8a860048 /Makefile
parent3a75f674017fdf86d8b742cdfeb0df8700a2d03a (diff)
parent1ecc18e4fc0c91e9cab1aafbedb0eebdebaa8dd3 (diff)
downloadgit-1.0.13.tar.xz
GIT 1.0.13v1.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.