diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-21 20:10:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-21 20:10:22 +0000 |
commit | 9d157d723eea17f6516d198e3e00a07aa08b7304 (patch) | |
tree | 4269f649a1e1cc6695f78e9c21ff787f5e3660e5 /GNUmakefile | |
parent | fb2e65ad9922fe96acf7d04d6e4d02eb03191dfc (diff) | |
download | rtmux-9d157d723eea17f6516d198e3e00a07aa08b7304.tar.gz rtmux-9d157d723eea17f6516d198e3e00a07aa08b7304.tar.bz2 rtmux-9d157d723eea17f6516d198e3e00a07aa08b7304.zip |
Ready for 0.8.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index ce62eebb..535ac3dd 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.81 2009-04-03 17:21:46 nicm Exp $ +# $Id: GNUmakefile,v 1.82 2009-04-21 20:10:22 nicm Exp $ .PHONY: clean @@ -7,7 +7,7 @@ VERSION= 0.8 DATE= $(shell date +%Y%m%d-%H%M) -FDEBUG= 1 +#FDEBUG= 1 META?= \002 |