diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-11-05 13:18:19 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-11-05 13:18:19 +0000 |
commit | 5ce49941fb8ab4ce65df4ef872028ab89fd855ae (patch) | |
tree | 32e0d2443d47e948b908892138e2f8f82a17ad56 | |
parent | 09c34be825ccfc876c25a0c7e103af1433786691 (diff) | |
download | rtmux-5ce49941fb8ab4ce65df4ef872028ab89fd855ae.tar.gz rtmux-5ce49941fb8ab4ce65df4ef872028ab89fd855ae.tar.bz2 rtmux-5ce49941fb8ab4ce65df4ef872028ab89fd855ae.zip |
Working on 1.2.
-rw-r--r-- | GNUmakefile | 6 | ||||
-rw-r--r-- | Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/GNUmakefile b/GNUmakefile index a8c24a35..b2496270 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.120 2009-11-05 12:30:55 tcunha Exp $ +# $Id: GNUmakefile,v 1.121 2009-11-05 13:18:19 tcunha Exp $ # # Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> # @@ -17,9 +17,9 @@ .PHONY: clean -VERSION= 1.1 +VERSION= 1.2 -#FDEBUG= 1 +FDEBUG= 1 CC?= cc CFLAGS+= -DBUILD="\"$(VERSION)\"" @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.153 2009-11-05 12:30:55 tcunha Exp $ +# $Id: Makefile,v 1.154 2009-11-05 13:18:19 tcunha Exp $ # # Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> # @@ -18,9 +18,9 @@ .SUFFIXES: .c .o .PHONY: clean -VERSION= 1.1 +VERSION= 1.2 -#FDEBUG= 1 +FDEBUG= 1 CC?= cc CFLAGS+= -DBUILD="\"$(VERSION)\"" |