aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-01-19 18:32:54 -0800
committerJunio C Hamano <junkio@cox.net>2006-01-19 18:32:54 -0800
commit3a75f674017fdf86d8b742cdfeb0df8700a2d03a (patch)
treec515ef2c7e9c952af94f3bff469cd741311ec425 /Makefile
parentae4a35261d5d0050445c66171111e46e3fae1edc (diff)
parente921fb82cf6fb4a5f138ec9d27bc37c658336a8c (diff)
downloadgit-1.0.12.tar.gz
git-1.0.12.tar.xz
GIT 1.0.12v1.0.12
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56505b43c..538d21d80 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.11
+GIT_VERSION = 1.0.12
# CFLAGS and LDFLAGS are for the users to override from the command line.