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-10-06 02:41:49 +0400
committerJunio C Hamano <junkio@cox.net>2005-10-06 02:41:49 +0400
commit8b1f8d04c999421f8d2d8f248c82506390980a2c (patch)
tree77d1d422d3f01fa46eb6568e064616f5f158b846 /Makefile
parent952f87a6ca50a4d172bfb99c3c6e44e801212955 (diff)
GIT 0.99.8bv0.99.8b
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 f7af3e452c..60763c4a6e 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@
# DEFINES += -DUSE_STDEV
-GIT_VERSION = 0.99.8a
+GIT_VERSION = 0.99.8b
CFLAGS = -g -O2 -Wall
ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES)