summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-09-20 19:01:01 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-09-20 19:01:01 +0000
commitc7ace08193712f7f409d9f9f9ddc48d3e5c435d3 (patch)
treea822504d24197d651da8db936fde393574152191 /Makefile
parentf82598ca2df5beae705823bd5105af859cae2cdb (diff)
Now working on 1.1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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)\""