diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-27 18:08:58 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-27 18:08:58 -0800 |
commit | 17dff84b5e745ba17a5b3ae5591d79f96b165d48 (patch) | |
tree | 3917a86a3c560fdfb5027fe2428e918573865a93 /Makefile | |
parent | GIT 1.0.5 (diff) | |
parent | Do not mark tags fetched via --tags flag as mergeable (diff) | |
download | tgif-17dff84b5e745ba17a5b3ae5591d79f96b165d48.tar.xz |
GIT 1.0.6
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |