From 273d63040ab6f0124518fcdb1ad9f2f10c84c2de Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 18 Jan 2009 00:08:43 +0000 Subject: Update for 0.7. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 96102b77..02765128 100644 --- a/Makefile +++ b/Makefile @@ -1,17 +1,17 @@ -# $Id: Makefile,v 1.96 2009-01-17 18:47:36 nicm Exp $ +# $Id: Makefile,v 1.97 2009-01-18 00:08:43 nicm Exp $ .SUFFIXES: .c .o .y .h .PHONY: clean update-index.html upload-index.html PROG= tmux -VERSION= 0.6 +VERSION= 0.7 OS!= uname REL!= uname -r DATE!= date +%Y%m%d-%H%M # This must be empty as OpenBSD includes it in default CFLAGS. -#DEBUG= +DEBUG= META?= \002 # C-b -- cgit