diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-18 16:39:15 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-18 16:39:15 +0000 |
commit | 6c23e89f48967d5c4ab9e439ce8c6bce66bd80fb (patch) | |
tree | 747a5d9dc0e05ef3f5b989435e2de7818d3a863a /GNUmakefile | |
parent | 64b88167d1d480891fa79e13562b08993a2b564a (diff) | |
download | rtmux-6c23e89f48967d5c4ab9e439ce8c6bce66bd80fb.tar.gz rtmux-6c23e89f48967d5c4ab9e439ce8c6bce66bd80fb.tar.bz2 rtmux-6c23e89f48967d5c4ab9e439ce8c6bce66bd80fb.zip |
Sort options from Pierre Riteau.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index f86836b3..629eb3ee 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,9 +1,9 @@ -# $Id: GNUmakefile,v 1.19 2008-06-16 06:10:02 nicm Exp $ +# $Id: GNUmakefile,v 1.20 2008-06-18 16:39:15 nicm Exp $ .PHONY: clean PROG= tmux -VERSION= 0.2 +VERSION= 0.4 DATE= $(shell date +%Y%m%d-%H%M) |