From bd1a705bbe0da85bd2a8f382f236f80d5198fc0c Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 1 Jul 2008 05:43:01 +0000 Subject: 0.4 released. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c8abee11..60b9dec1 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.69 2008-06-29 07:04:29 nicm Exp $ +# $Id: Makefile,v 1.70 2008-07-01 05:43:00 nicm Exp $ .SUFFIXES: .c .o .y .h .PHONY: clean update-index.html upload-index.html PROG= tmux -VERSION= 0.4 +VERSION= 0.5 OS!= uname REL!= uname -r -- cgit