summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2005-08-10 22:05:59 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2005-08-10 22:05:59 -0700
commit38b1afd812e0ce048046055ba38821c64c5845e8 (patch)
tree1916892a8b96b0cecb23d4613cf250fa5d270958 /Makefile
parentGIT 0.99.4. (diff)
downloadtgif-38b1afd812e0ce048046055ba38821c64c5845e8.tar.xz
Start preparing for 0.99.5
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 e0ea88fbae..f8d74e08a8 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@
# DEFINES += -DUSE_STDEV
-GIT_VERSION=0.99.4
+GIT_VERSION=0.99.5
COPTS?=-g -O2
CFLAGS+=$(COPTS) -Wall $(DEFINES)