diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-07-18 14:53:27 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-07-18 14:53:27 +0000 |
commit | e71f0842cedd6846ebb4a08ec10e9b19db2b0bae (patch) | |
tree | 5a215c072427d1c8ef4350415a91fa0aea207adc | |
parent | 9b47a48393f9d7ba613e685e74a68234eedc9714 (diff) | |
download | rtmux-e71f0842cedd6846ebb4a08ec10e9b19db2b0bae.tar.gz rtmux-e71f0842cedd6846ebb4a08ec10e9b19db2b0bae.tar.bz2 rtmux-e71f0842cedd6846ebb4a08ec10e9b19db2b0bae.zip |
Working on 1.4.
-rw-r--r-- | GNUmakefile | 6 | ||||
-rw-r--r-- | Makefile | 6 |
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)\"" @@ -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)\"" |