aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-19 19:50:09 -0700
committerJunio C Hamano <junkio@cox.net>2005-09-19 19:50:09 -0700
commitdc4393cba333c92873671a37e72efaf41bfa4697 (patch)
tree9682302e36ca232cf7841b726e8d219278accfd4 /Makefile
parent343d35c9166cf1713eb2787c3506fd2663466262 (diff)
downloadgit-dc4393cba333c92873671a37e72efaf41bfa4697.tar.gz
git-dc4393cba333c92873671a37e72efaf41bfa4697.tar.xz
GIT 0.99.7a
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 f83c4951b..93ceb6b40 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@
# DEFINES += -DUSE_STDEV
-GIT_VERSION = 0.99.7
+GIT_VERSION = 0.99.7a
CFLAGS = -g -O2 -Wall
ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES)