summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2005-12-27 18:08:58 -0800
committerLibravatar Junio C Hamano <junkio@cox.net>2005-12-27 18:08:58 -0800
commit17dff84b5e745ba17a5b3ae5591d79f96b165d48 (patch)
tree3917a86a3c560fdfb5027fe2428e918573865a93 /Makefile
parentGIT 1.0.5 (diff)
parentDo not mark tags fetched via --tags flag as mergeable (diff)
downloadtgif-17dff84b5e745ba17a5b3ae5591d79f96b165d48.tar.xz
GIT 1.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 a5ca5db312..4ff85fc49a 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.