aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-22 21:53:33 -0700
committerJunio C Hamano <junkio@cox.net>2005-09-22 21:53:33 -0700
commit990f856a62a24bfd56bac1f5e4581381369e4ede (patch)
tree61ac026af233c03adf102cd92432e294c61aa8d6 /Makefile
parentd6179f56f82252dca6443e736915a2cf45cdf9f3 (diff)
downloadgit-990f856a62a24bfd56bac1f5e4581381369e4ede.tar.gz
git-990f856a62a24bfd56bac1f5e4581381369e4ede.tar.xz
GIT 0.99.7bv0.99.7b
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 93ceb6b40..ac13ecbed 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@
# DEFINES += -DUSE_STDEV
-GIT_VERSION = 0.99.7a
+GIT_VERSION = 0.99.7b
CFLAGS = -g -O2 -Wall
ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES)