Merge branch 'fixes'
authorJunio C Hamano <junkio@cox.net>
Mon, 3 Oct 2005 23:32:57 +0000 (16:32 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 3 Oct 2005 23:32:57 +0000 (16:32 -0700)
Makefile

index 92f0bda..25fd5cd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@
 
 # DEFINES += -DUSE_STDEV
 
-GIT_VERSION = 0.99.8
+GIT_VERSION = 0.99.8.GIT
 
 CFLAGS = -g -O2 -Wall
 ALL_CFLAGS = $(CFLAGS) $(PLATFORM_DEFINES) $(DEFINES)