summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-07-06 18:21:17 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-07-06 18:21:17 +0000
commit21f8ed50db014b43c889db6cbd85c1da692ac7fd (patch)
tree34ecd9924b49c9d03d23800b5c467d6f2c4ac164 /Makefile
parentb8bd24817f5a674d4d78fdaaf0df218a40603d21 (diff)
Next will be 1.0.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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)\""