summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-07-18 14:53:27 +0000
committerTiago Cunha <tcunha@gmx.com>2010-07-18 14:53:27 +0000
commite71f0842cedd6846ebb4a08ec10e9b19db2b0bae (patch)
tree5a215c072427d1c8ef4350415a91fa0aea207adc /Makefile
parent9b47a48393f9d7ba613e685e74a68234eedc9714 (diff)
Working on 1.4.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b95dc7e6..b5ce7a06 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.160 2010-07-18 13:36:52 tcunha Exp $
+# $Id: Makefile,v 1.161 2010-07-18 14:53:27 tcunha Exp $
#
# Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
#
@@ -18,9 +18,9 @@
.SUFFIXES: .c .o
.PHONY: clean
-VERSION= 1.3
+VERSION= 1.4
-#FDEBUG= 1
+FDEBUG= 1
CC?= cc
CFLAGS+= -DBUILD="\"$(VERSION)\""