aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-21 13:51:51 -0800
committerJunio C Hamano <junkio@cox.net>2005-12-21 13:51:51 -0800
commit8d712aafd2df3c1f5147a28947f98cefe667cf76 (patch)
tree66844d5d813bed6ce4f83e461d871defb658125c /Makefile
parente4e79a217576d24ef4d73b620766f62b155bcd98 (diff)
parent8ac4838af428a2a32498b3e8d13295eb714654b4 (diff)
downloadgit-8d712aafd2df3c1f5147a28947f98cefe667cf76.tar.gz
git-8d712aafd2df3c1f5147a28947f98cefe667cf76.tar.xz
GIT 1.0.0bv1.0.2v1.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 7de4bbedb..199cc47cf 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.