commit 6d992cad30409ad8a6fe6e15e4e91001e7ff8b13 Author: Erinn Clark erinn@torproject.org Date: Tue May 3 02:28:58 2011 +0300
update linux makefile for 2.2.25-1-alpha release --- build-scripts/linux.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index 90b2678..b9a7f26 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -154,7 +154,7 @@ NAME=tor-browser DISTDIR=tbbl-alpha-dist
## Version and name of the compressed bundle (also used for source) -VERSION=2.2.24-1-alpha +VERSION=2.2.25-1-alpha DEFAULT_COMPRESSED_BASENAME=tor-browser-gnu-linux-$(ARCH_TYPE)-$(VERSION)- IM_COMPRESSED_BASENAME=tor-im-browser-gnu-linux-$(VERSION)- DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME)$(VERSION)
tor-commits@lists.torproject.org