commit 2169199df9718642a7c8acb1f6562eb5a9b201d3 Author: David Fifield david@bamsoftware.com Date: Tue Jul 10 10:58:04 2012 -0700
Increase version to 0.2. --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index cbe5344..a4fcd18 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX = /usr/local BINDIR = $(PREFIX)/bin
-VERSION = 0.1 +VERSION = 0.2
CLIENT_DIST_FILES = flashproxy-client.py flashproxy-reg-http.py README torrc
tor-commits@lists.torproject.org