summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-03 16:26:51 -0700
committerJunio C Hamano <junkio@cox.net>2005-10-03 16:27:46 -0700
commite1d04f8aad59397cbd55e72bf8a1bd75606f5350 (patch)
treec9dc16043adde68743886c3695224adacbd22514 /Makefile
parentdf8baa42fe4eeb5a021ac262caf601f44d2a5746 (diff)
downloadgit-0.99.8a.tar.xz
GIT 0.99.8av0.99.8a
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 92f0bda5e7..f7af3e452c 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@
# DEFINES += -DUSE_STDEV
-GIT_VERSION = 0.99.8
+GIT_VERSION = 0.99.8a
CFLAGS = -g -O2 -Wall
ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES)