diff options
author | Junio C Hamano <junkio@cox.net> | 2006-01-27 14:46:10 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-27 14:46:10 -0800 |
commit | ca182053c7710a286d72102f4576cf32e0dafcfb (patch) | |
tree | da5fa4e546de09e267cdfb3f6f1a867b8a860048 /Makefile | |
parent | GIT 1.0.12 (diff) | |
parent | checkout: do not make a temporary copy of symlink target. (diff) | |
download | tgif-ca182053c7710a286d72102f4576cf32e0dafcfb.tar.xz |
GIT 1.0.13
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.12 +GIT_VERSION = 1.0.13 # CFLAGS and LDFLAGS are for the users to override from the command line. |