diff options
author | Junio C Hamano <junkio@cox.net> | 2006-01-19 18:32:54 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-19 18:32:54 -0800 |
commit | 3a75f674017fdf86d8b742cdfeb0df8700a2d03a (patch) | |
tree | c515ef2c7e9c952af94f3bff469cd741311ec425 /Makefile | |
parent | GIT 1.0.11 (diff) | |
parent | git-fetch-pack: really do not ask for funny refs (diff) | |
download | tgif-3a75f674017fdf86d8b742cdfeb0df8700a2d03a.tar.xz |
GIT 1.0.12
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.11 +GIT_VERSION = 1.0.12 # CFLAGS and LDFLAGS are for the users to override from the command line. |