summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2005-12-21 13:51:51 -0800
committerLibravatar Junio C Hamano <junkio@cox.net>2005-12-21 13:51:51 -0800
commit8d712aafd2df3c1f5147a28947f98cefe667cf76 (patch)
tree66844d5d813bed6ce4f83e461d871defb658125c /Makefile
parentGIT 1.0.0a (diff)
parentserver-info: skip empty lines. (diff)
downloadtgif-8d712aafd2df3c1f5147a28947f98cefe667cf76.tar.xz
GIT 1.0.0b
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7de4bbedbd..199cc47cf1 100644
--- a/Makefile
+++ b/Makefile
@@ -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.