Changeset 2938 for vidalia/trunk

Show
Ignore:
Timestamp:
08/05/08 00:01:21 (4 months ago)
Author:
phobos
Message:
 
Location:
vidalia/trunk/pkg
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/pkg/osx/TorPostFlight

    r2875 r2938  
    88TORDIR=$TARGET/var/lib/tor 
    99LOGFILE=/var/log/tor.log 
    10 TORBUTTON_VERSION="1.2.0rc6" 
     10TORBUTTON_VERSION="1.2.0-fx" 
    1111 
    1212# Check defaults for TARGET 
  • vidalia/trunk/pkg/osx/buildmpkg.sh.in

    r2875 r2938  
    106106# Where have we put the xpi and license for Torbutton? Edit this if your 
    107107# torbutton and torbutton license live somewhere else. 
    108 TORBUTTON_PATH=~/tmp/torbutton-1.2.0rc6.xpi 
     108TORBUTTON_PATH=~/tmp/torbutton-1.2.0-fx.xpi 
    109109TORBUTTON_LIC_PATH=~/tmp/LICENSE 
    110110 
  • vidalia/trunk/pkg/win32/vidalia-bundle.nsi.in

    r2926 r2938  
    2525!define TOR_NAME            "Tor" 
    2626!define TOR_EXEC            "tor.exe" 
    27 !define TOR_APPVERSION      "0.2.0.29-rc" 
     27!define TOR_APPVERSION      "0.2.0.30" 
    2828!define TOR_DESC            "${TOR_NAME} ${TOR_APPVERSION}" 
    2929 
     
    3434 
    3535!define TORBUTTON_NAME      "Torbutton" 
    36 !define TORBUTTON_APPVERSION "1.2.0rc6" 
     36!define TORBUTTON_APPVERSION "1.2.0-fx" 
    3737!define TORBUTTON_DESC      "${TORBUTTON_NAME} ${TORBUTTON_APPVERSION}" 
    3838