summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-01-15 21:11:30 -0800
committerLibravatar Junio C Hamano <junkio@cox.net>2006-01-15 21:11:30 -0800
commitae4a35261d5d0050445c66171111e46e3fae1edc (patch)
treed6ec75534dcfa9e615caa2952acf8226524f7860 /Makefile
parentGIT 1.0.10 (diff)
parentdiffcore-break/diffcore-rename: integer overflow. (diff)
downloadtgif-ae4a35261d5d0050445c66171111e46e3fae1edc.tar.xz
GIT 1.0.11
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa89c8bd07..56505b43ce 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.10
+GIT_VERSION = 1.0.11
# CFLAGS and LDFLAGS are for the users to override from the command line.