commit 099177419248c70d7f0ecf8a6fb50ae67b9051b0 Author: David Fifield david@bamsoftware.com Date: Wed Dec 12 12:46:39 2012 -0800
Increase version to 0.10.
There's nothing too special in this version, but I want the alpha bundles to contain an actual released version of the software. --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index 52eb40a..087e23d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.9 +VERSION = 0.10
PREFIX = /usr/local BINDIR = $(PREFIX)/bin
tor-commits@lists.torproject.org