summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-09 19:19:36 -0700
committerJunio C Hamano <junkio@cox.net>2005-10-09 19:19:36 -0700
commit32e49d5d1ccbc4833b0c6f30d6dfc0f0936cc3f3 (patch)
tree927996adb8a11cc6cb3cef36960d871885ca3324 /Makefile
parentMerge branch 'fixes' (diff)
downloadgit-0.99.8c.tar.gz
git-0.99.8c.zip
GIT 0.99.8cv0.99.8c
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 747b06447a..6843366994 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@
# DEFINES += -DUSE_STDEV
-GIT_VERSION = 0.99.8b
+GIT_VERSION = 0.99.8c
CFLAGS = -g -O2 -Wall
ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES)