diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-02-07 08:36:34 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-02-07 08:36:34 +0000 |
commit | 69ebc15808d999599cc8d17feb0402d0ebf4ddd4 (patch) | |
tree | 524cc8e0f291abbade2b73fd97ced60ad988aa87 /GNUmakefile | |
parent | 3c7fefd90d20ebb10cd441f5e40503802f1bfd6c (diff) | |
download | rtmux-69ebc15808d999599cc8d17feb0402d0ebf4ddd4.tar.gz rtmux-69ebc15808d999599cc8d17feb0402d0ebf4ddd4.tar.bz2 rtmux-69ebc15808d999599cc8d17feb0402d0ebf4ddd4.zip |
Time for 0.7.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 741bb529..531562ff 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.69 2009-02-03 17:21:19 tcunha Exp $ +# $Id: GNUmakefile,v 1.70 2009-02-07 08:36:34 nicm Exp $ .PHONY: clean @@ -7,7 +7,7 @@ VERSION= 0.7 DATE= $(shell date +%Y%m%d-%H%M) -FDEBUG= 1 +#FDEBUG= 1 META?= \002 |