From 9d157d723eea17f6516d198e3e00a07aa08b7304 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 21 Apr 2009 20:10:22 +0000 Subject: Ready for 0.8. --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index ce62eebb..535ac3dd 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.81 2009-04-03 17:21:46 nicm Exp $ +# $Id: GNUmakefile,v 1.82 2009-04-21 20:10:22 nicm Exp $ .PHONY: clean @@ -7,7 +7,7 @@ VERSION= 0.8 DATE= $(shell date +%Y%m%d-%H%M) -FDEBUG= 1 +#FDEBUG= 1 META?= \002 -- cgit