diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-21 20:54:18 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-21 20:54:18 +0000 |
commit | 22b44cbb2bb70e4bd295d43ea3f45adf15b8d175 (patch) | |
tree | ccbb5d9cf05ae99e728e80c63be4381695f776c5 /GNUmakefile | |
parent | 9d157d723eea17f6516d198e3e00a07aa08b7304 (diff) | |
download | rtmux-22b44cbb2bb70e4bd295d43ea3f45adf15b8d175.tar.gz rtmux-22b44cbb2bb70e4bd295d43ea3f45adf15b8d175.tar.bz2 rtmux-22b44cbb2bb70e4bd295d43ea3f45adf15b8d175.zip |
0.9 here we go.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index 535ac3dd..b6833c07 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,13 +1,13 @@ -# $Id: GNUmakefile,v 1.82 2009-04-21 20:10:22 nicm Exp $ +# $Id: GNUmakefile,v 1.83 2009-04-21 20:54:18 nicm Exp $ .PHONY: clean PROG= tmux -VERSION= 0.8 +VERSION= 0.9 DATE= $(shell date +%Y%m%d-%H%M) -#FDEBUG= 1 +FDEBUG= 1 META?= \002 |