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-08-25 10:10:41 +0400
committerJunio C Hamano <junkio@cox.net>2005-08-25 10:10:41 +0400
commit09661fdbfc1631462bb5c9064349f74097369b4a (patch)
tree152c4b1e0180897bb0bdb82a9248e51d9774bc77 /Makefile
parent8572aa85a7f1e9377f44b816788ced4306cf427b (diff)
Prepare 0.99.6 branch.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index adb4965f49..bc2f389a2d 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@
# DEFINES += -DUSE_STDEV
-GIT_VERSION = 0.99.5
+GIT_VERSION = 0.99.6
CFLAGS = -g -O2 -Wall
ALL_CFLAGS = $(CFLAGS) $(DEFINES)