aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-25 00:36:26 -0700
committerJunio C Hamano <junkio@cox.net>2005-09-25 00:41:15 -0700
commitd5bc7eecbbb0b9f6122708bf5cd62f78ebdaafd8 (patch)
treef04559a29923d76657c02946118299fb21c33f5e /Makefile
parentcfd8aefd4babcca5adbb724fb213ea3c8b1153c8 (diff)
downloadgit-d5bc7eecbbb0b9f6122708bf5cd62f78ebdaafd8.tar.gz
git-d5bc7eecbbb0b9f6122708bf5cd62f78ebdaafd8.tar.xz
GIT v0.99.7dv0.99.7d
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 e90f646af..cfde69cc0 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@
# DEFINES += -DUSE_STDEV
-GIT_VERSION = 0.99.7c
+GIT_VERSION = 0.99.7d
CFLAGS = -g -O2 -Wall
ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES)