commit 474c8ee02bd5031112e154c7b5a2303ed4a2b1c8 Author: David Fifield david@bamsoftware.com Date: Sat Jul 7 05:53:27 2012 -0700
Increase version to 0.1. --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index 7a1ad90..cbe5344 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX = /usr/local BINDIR = $(PREFIX)/bin
-VERSION = 0.0 +VERSION = 0.1
CLIENT_DIST_FILES = flashproxy-client.py flashproxy-reg-http.py README torrc
tor-commits@lists.torproject.org