aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-27 18:08:58 -0800
committerJunio C Hamano <junkio@cox.net>2005-12-27 18:08:58 -0800
commit17dff84b5e745ba17a5b3ae5591d79f96b165d48 (patch)
tree3917a86a3c560fdfb5027fe2428e918573865a93 /Makefile
parente5f5219a4f1faf3b4e1816fad3a6296a1d39b878 (diff)
parent36cd2cc7d949e1cc39104307fe904c47fe6d5526 (diff)
downloadgit-17dff84b5e745ba17a5b3ae5591d79f96b165d48.tar.gz
git-17dff84b5e745ba17a5b3ae5591d79f96b165d48.tar.xz
GIT 1.0.6v1.0.6
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 a5ca5db31..4ff85fc49 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.5
+GIT_VERSION = 1.0.6
# CFLAGS and LDFLAGS are for the users to override from the command line.