summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-11-08 09:25:59 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-11-08 09:25:59 (GMT)
commit5ca15b8af7f018b9ae9da30130f9dcd1a896e0b3 (patch)
treee4ae4ad79b5560920696f3983c436b6d34ce18b8 /Makefile
parent77131db5855ed044e30706aa1219d79126686f00 (diff)
parent4bfb6b62ffc9460798ebc78c3a30e4eff7c409d0 (diff)
downloadgit-5ca15b8af7f018b9ae9da30130f9dcd1a896e0b3.zip
git-5ca15b8af7f018b9ae9da30130f9dcd1a896e0b3.tar.gz
git-5ca15b8af7f018b9ae9da30130f9dcd1a896e0b3.tar.bz2
GIT 0.99.9fv0.99.9f
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ba1c6a7..bfdaf76 100644
--- a/Makefile
+++ b/Makefile
@@ -50,9 +50,10 @@
# Define USE_STDEV below if you want git to care about the underlying device
# change being considered an inode change from the update-cache perspective.
-GIT_VERSION = 0.99.9e
+GIT_VERSION = 0.99.9f
# CFLAGS is for the users to override from the command line.
+
CFLAGS = -g -O2 -Wall
ALL_CFLAGS = $(CFLAGS)