[or-cvs] r17400: {torbrowser} Update Makefile and INSTALL to reflect new changes in versio (torbrowser/trunk/build-scripts)

ioerror at seul.org ioerror at seul.org
Thu Nov 27 05:58:39 UTC 2008


Author: ioerror
Date: 2008-11-27 00:58:37 -0500 (Thu, 27 Nov 2008)
New Revision: 17400

Modified:
   torbrowser/trunk/build-scripts/INSTALL
   torbrowser/trunk/build-scripts/Makefile
Log:
Update Makefile and INSTALL to reflect new changes in versions.


Modified: torbrowser/trunk/build-scripts/INSTALL
===================================================================
--- torbrowser/trunk/build-scripts/INSTALL	2008-11-27 04:45:03 UTC (rev 17399)
+++ torbrowser/trunk/build-scripts/INSTALL	2008-11-27 05:58:37 UTC (rev 17400)
@@ -536,7 +536,7 @@
 
 Also download the portable Pidgin-OTR plugin from the same page.
 
-Install both to C:\build\PidginPortable
+Install both to C:\build\PidginPortable-<version>
 
 When installing Pidgin Portable, choose to install the extra language
 packs.
@@ -550,7 +550,7 @@
 
     http://downloads.sourceforge.net/portableapps/Firefox_Portable_2.0.0.18_en-us.paf.exe?download
 
-Run the installer and select it into: 'C:\build\FirefoxPortable\'
+Run the installer and select it into: 'C:\build\FirefoxPortable-<version>>'
 
 If you use FirefoxPortable, you can skip past the following build steps and go directly to the customization section.
 

Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile	2008-11-27 04:45:03 UTC (rev 17399)
+++ torbrowser/trunk/build-scripts/Makefile	2008-11-27 05:58:37 UTC (rev 17400)
@@ -16,11 +16,11 @@
 QT=/c/Qt/4.3.5/bin
 
 ## Location of bundle components
-VIDALIA=/c/build/vidalia-0.1.9
-TOR=/c/build/tor-0.2.1.6-alpha
+VIDALIA=/c/build/vidalia-0.1.10
+TOR=/c/build/tor-0.2.1.7-alpha
 POLIPO=/c/build/polipo-1.0.4
-FIREFOX_SRC=/c/build/FirefoxPortable2.0.0.17
-PIDGIN_SRC=/c/build/PidginPortable2.5.1
+FIREFOX_SRC=/c/build/FirefoxPortable-2.0.0.18
+PIDGIN_SRC=/c/build/PidginPortable-2.5.2
 
 ## Location of utility applications
 SEVENZIP="/c/Program Files/7-Zip/7z.exe"
@@ -40,7 +40,7 @@
 NAME="Tor Browser"
 
 ## Version and name of the compressed bundle (also used for source)
-VERSION=1.1.4
+VERSION=1.1.6
 DEFAULT_COMPRESSED_NAME=tor-browser-$(VERSION)
 IM_COMPRESSED_NAME=tor-im-browser-$(VERSION)
 



More information about the tor-commits mailing list