aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile6
-rw-r--r--Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 80bb5765..c2e91603 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,10 +1,10 @@
-# $Id: GNUmakefile,v 1.107 2009-07-01 22:10:06 nicm Exp $
+# $Id: GNUmakefile,v 1.108 2009-07-06 18:21:17 nicm Exp $
.PHONY: clean
-VERSION= 0.9
+VERSION= 1.0
-#FDEBUG= 1
+FDEBUG= 1
CC?= gcc
CFLAGS+= -DBUILD="\"$(VERSION)\""
diff --git a/Makefile b/Makefile
index d08a58ad..07d3be62 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.142 2009-07-01 22:10:06 nicm Exp $
+# $Id: Makefile,v 1.143 2009-07-06 18:21:17 nicm Exp $
.SUFFIXES: .c .o
.PHONY: clean
-VERSION= 0.9
+VERSION= 1.0
-#FDEBUG= 1
+FDEBUG= 1
CC?= cc
CFLAGS+= -DBUILD="\"$(VERSION)\""