commit 8b13bbf7e16c4f89b8a8acd6f195547a1baa1a0f Author: Erinn Clark erinn@torproject.org Date: Thu Feb 3 14:12:54 2011 +0100
add the osx .12/.22-alpha release --- build-scripts/osx.mk | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index 32a0a31..cbf3f59 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -51,7 +51,7 @@ OTR_VER=3.2.0 PIDGIN_VER=2.6.4 POLIPO_VER=1.0.4.1 QT_VER=4.6.2 -TOR_VER=0.2.2.21-alpha +TOR_VER=0.2.2.22-alpha TORBUTTON_VER=1.2.5 VIDALIA_VER=0.2.10 ZLIB_VER=1.2.3 @@ -208,7 +208,7 @@ NAME=TorBrowser DISTDIR=tbbosx-dist
## Version and name of the compressed bundle (also used for source) -VERSION=1.0.11-dev +VERSION=1.0.12-dev DEFAULT_COMPRESSED_BASENAME=TorBrowser-$(VERSION)-osx-$(ARCH_TYPE)- IM_COMPRESSED_BASENAME=TorBrowser-IM-$(VERSION)- DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME)
tor-commits@lists.torproject.org