From c7ace08193712f7f409d9f9f9ddc48d3e5c435d3 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 20 Sep 2009 19:01:01 +0000 Subject: [PATCH] Now working on 1.1. --- GNUmakefile | 6 +++--- Makefile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 5b47304b..60e9afe4 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,10 +1,10 @@ -# $Id: GNUmakefile,v 1.114 2009-09-20 18:54:21 nicm Exp $ +# $Id: GNUmakefile,v 1.115 2009-09-20 19:01:01 nicm Exp $ .PHONY: clean -VERSION= 1.0 +VERSION= 1.1 -#FDEBUG= 1 +FDEBUG= 1 CC?= gcc CFLAGS+= -DBUILD="\"$(VERSION)\"" diff --git a/Makefile b/Makefile index 62ba246d..e196bfaf 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.149 2009-09-20 18:54:21 nicm Exp $ +# $Id: Makefile,v 1.150 2009-09-20 19:01:01 nicm Exp $ .SUFFIXES: .c .o .PHONY: clean -VERSION= 1.0 +VERSION= 1.1 -#FDEBUG= 1 +FDEBUG= 1 CC?= cc CFLAGS+= -DBUILD="\"$(VERSION)\""