summaryrefslogtreecommitdiffstats
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
parent9b47a48393f9d7ba613e685e74a68234eedc9714 (diff)
Working on 1.4.
-rw-r--r--GNUmakefile6
-rw-r--r--Makefile6
2 files changed, 6 insertions, 6 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)\""
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)\""