From 9d157d723eea17f6516d198e3e00a07aa08b7304 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 21 Apr 2009 20:10:22 +0000 Subject: Ready for 0.8. --- GNUmakefile | 4 ++-- Makefile | 4 ++-- index.html.in | 8 ++++---- 3 files changed, 8 insertions(+), 8 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 diff --git a/Makefile b/Makefile index 67a7605f..6fda60bb 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.120 2009-04-03 17:21:46 nicm Exp $ +# $Id: Makefile,v 1.121 2009-04-21 20:10:22 nicm Exp $ .SUFFIXES: .c .o .y .h .PHONY: clean update-index.html upload-index.html @@ -10,7 +10,7 @@ OS!= uname REL!= uname -r DATE!= date +%Y%m%d-%H%M -FDEBUG= 1 +#FDEBUG= 1 META?= \002 # C-b diff --git a/index.html.in b/index.html.in index 0fdda999..1a48b71e 100644 --- a/index.html.in +++ b/index.html.in @@ -1,4 +1,4 @@ - + @@ -8,9 +8,9 @@ Welcome to the tmux website, such as it is!

tmux is a "terminal multiplexer", it enables a number of terminals (or windows) to be accessed and controlled from a single terminal. tmux is intended to be a simple, modern, BSD-licensed alternative to programs such as GNU screen.

Download tmux %%VERSION%%.

-

Please see the release notes and FAQ (note these are for CVS HEAD).

-

The change log, up to CVS HEAD, is here, the project page here and mailing lists here.

-Screenshots (from CVS HEAD) +

Please see the release notes and FAQ.

+

Also available are: the change log (up to CVS HEAD), the project page and mailing lists.

+Screenshots -- cgit v1.2.3