summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-01-13 16:39:17 -0800
committerJunio C Hamano <junkio@cox.net>2006-01-13 16:39:17 -0800
commite99c2fbdda590b0d5fb5bd89001e6d9df8342564 (patch)
treed5948e57db15e6c9bf78826b52229f78accc76e1 /Makefile
parent0de62e598552765eb674b72bbaf55b2e2933f617 (diff)
parenta0dfb48af73a98ceb60629f2bbc4ebf1393ba0af (diff)
downloadgit-1.0.10.tar.xz
GIT 1.0.10v1.0.10
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 119a45f7bc..aa89c8bd07 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.8
+GIT_VERSION = 1.0.10
# CFLAGS and LDFLAGS are for the users to override from the command line.