commit 7cc090c74ad4c60ec3aab8dacf98c8b6c848acf6 Author: David Fifield david@bamsoftware.com Date: Sun Dec 2 10:56:48 2012 -0800
Put VERSION at the top of Makefile. --- Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile index 1afc93a..46f621c 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ +VERSION = 0.8 + PREFIX = /usr/local BINDIR = $(PREFIX)/bin MANDIR = $(PREFIX)/share/man
-VERSION = 0.8 - CLIENT_BIN = flashproxy-client flashproxy-reg-email flashproxy-reg-http CLIENT_MAN = doc/flashproxy-client.1 doc/flashproxy-reg-email.1 doc/flashproxy-reg-http.1 CLIENT_DIST_FILES = $(CLIENT_BIN) README LICENSE torrc
tor-commits@lists.torproject.org