diff options
author | Junio C Hamano <junkio@cox.net> | 2006-01-15 21:11:30 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-15 21:11:30 -0800 |
commit | ae4a35261d5d0050445c66171111e46e3fae1edc (patch) | |
tree | d6ec75534dcfa9e615caa2952acf8226524f7860 /Makefile | |
parent | GIT 1.0.10 (diff) | |
parent | diffcore-break/diffcore-rename: integer overflow. (diff) | |
download | tgif-ae4a35261d5d0050445c66171111e46e3fae1edc.tar.xz |
GIT 1.0.11
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.10 +GIT_VERSION = 1.0.11 # CFLAGS and LDFLAGS are for the users to override from the command line. |