Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-23 08:53:33 +0400
committerJunio C Hamano <junkio@cox.net>2005-09-23 08:53:33 +0400
commit990f856a62a24bfd56bac1f5e4581381369e4ede (patch)
tree61ac026af233c03adf102cd92432e294c61aa8d6 /Makefile
parentd6179f56f82252dca6443e736915a2cf45cdf9f3 (diff)
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 93ceb6b407..ac13ecbedf 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)