diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-21 13:51:51 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-21 13:51:51 -0800 |
commit | 8d712aafd2df3c1f5147a28947f98cefe667cf76 (patch) | |
tree | 66844d5d813bed6ce4f83e461d871defb658125c /Makefile | |
parent | e4e79a217576d24ef4d73b620766f62b155bcd98 (diff) | |
parent | 8ac4838af428a2a32498b3e8d13295eb714654b4 (diff) | |
download | git-8d712aafd2df3c1f5147a28947f98cefe667cf76.tar.gz |
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.0a +GIT_VERSION = 1.0.0b # CFLAGS and LDFLAGS are for the users to override from the command line. |