commit 50ef43974ea4bfe95835dfedc6719710d9e52d90 Author: Erinn Clark erinn@torproject.org Date: Sat Aug 20 21:36:21 2011 +0200
new bundles are version 1, not 2 --- build-scripts/osx.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index e1f005d..ebd265d 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -153,7 +153,7 @@ NAME=TorBrowser DISTDIR=tbbosx-alpha-dist
## Version and name of the compressed bundle (also used for source) -VERSION=$(RELEASE_VER)-2-alpha +VERSION=$(RELEASE_VER)-1-alpha 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