summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-01-06 05:52:50 +0100
committerJunio C Hamano <junkio@cox.net>2006-01-06 05:52:50 +0100
commit92e802c6ccb96d1b5e8561b0a136d43d82253293 (patch)
tree9b6c265d69d1dc8bcce36c86a44674cfb010a6d7 /Makefile
parentGIT 1.0.6 (diff)
parentFix git-symbolic-ref typo in git.txt. (diff)
downloadgit-92e802c6ccb96d1b5e8561b0a136d43d82253293.tar.xz
git-92e802c6ccb96d1b5e8561b0a136d43d82253293.zip
GIT 1.0.7v1.0.7
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 4ff85fc49a..cfb793b829 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.6
+GIT_VERSION = 1.0.7
# CFLAGS and LDFLAGS are for the users to override from the command line.