diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-01 22:10:06 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-01 22:10:06 +0000 |
commit | e0a6376690cb37cecb2b5909e895f52244362447 (patch) | |
tree | 56a479f04c2ac865612d0baef86838529a6078ff /tools | |
parent | 190375617135489a63ccfd035ec111ddcc8e194e (diff) | |
download | rtmux-e0a6376690cb37cecb2b5909e895f52244362447.tar.gz rtmux-e0a6376690cb37cecb2b5909e895f52244362447.tar.bz2 rtmux-e0a6376690cb37cecb2b5909e895f52244362447.zip |
Comment FDEBUG and bump dist version.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dist.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dist.mk b/tools/dist.mk index c432d60c..7e8429a5 100644 --- a/tools/dist.mk +++ b/tools/dist.mk @@ -1,6 +1,6 @@ -# $Id: dist.mk,v 1.3 2009-05-18 15:42:30 nicm Exp $ +# $Id: dist.mk,v 1.4 2009-07-01 22:10:06 nicm Exp $ -VERSION= 0.8 +VERSION= 0.9 DISTDIR= tmux-${VERSION} DISTFILES= *.[ch] Makefile GNUmakefile configure tmux.1 \ |