[tor-commits] [flashproxy/master] Put VERSION at the top of Makefile.

dcf at torproject.org dcf at torproject.org
Mon Dec 3 00:46:03 UTC 2012


commit 7cc090c74ad4c60ec3aab8dacf98c8b6c848acf6
Author: David Fifield <david at 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



More information about the tor-commits mailing list