summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
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 /GNUmakefile
parent9b47a48393f9d7ba613e685e74a68234eedc9714 (diff)
Working on 1.4.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index fa46577c..3aa10bd1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.128 2010-07-18 13:36:52 tcunha Exp $
+# $Id: GNUmakefile,v 1.129 2010-07-18 14:53:27 tcunha Exp $
#
# Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
#
@@ -17,9 +17,9 @@
.PHONY: clean
-VERSION= 1.3
+VERSION= 1.4
-#FDEBUG= 1
+FDEBUG= 1
CC?= cc
CFLAGS+= -DBUILD="\"$(VERSION)\""