Changeset 2938 for vidalia/trunk
- Timestamp:
- 08/05/08 00:01:21 (4 months ago)
- Location:
- vidalia/trunk/pkg
- Files:
-
- 3 modified
-
osx/TorPostFlight (modified) (1 diff)
-
osx/buildmpkg.sh.in (modified) (1 diff)
-
win32/vidalia-bundle.nsi.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vidalia/trunk/pkg/osx/TorPostFlight
r2875 r2938 8 8 TORDIR=$TARGET/var/lib/tor 9 9 LOGFILE=/var/log/tor.log 10 TORBUTTON_VERSION="1.2.0 rc6"10 TORBUTTON_VERSION="1.2.0-fx" 11 11 12 12 # Check defaults for TARGET -
vidalia/trunk/pkg/osx/buildmpkg.sh.in
r2875 r2938 106 106 # Where have we put the xpi and license for Torbutton? Edit this if your 107 107 # torbutton and torbutton license live somewhere else. 108 TORBUTTON_PATH=~/tmp/torbutton-1.2.0 rc6.xpi108 TORBUTTON_PATH=~/tmp/torbutton-1.2.0-fx.xpi 109 109 TORBUTTON_LIC_PATH=~/tmp/LICENSE 110 110 -
vidalia/trunk/pkg/win32/vidalia-bundle.nsi.in
r2926 r2938 25 25 !define TOR_NAME "Tor" 26 26 !define TOR_EXEC "tor.exe" 27 !define TOR_APPVERSION "0.2.0. 29-rc"27 !define TOR_APPVERSION "0.2.0.30" 28 28 !define TOR_DESC "${TOR_NAME} ${TOR_APPVERSION}" 29 29 … … 34 34 35 35 !define TORBUTTON_NAME "Torbutton" 36 !define TORBUTTON_APPVERSION "1.2.0 rc6"36 !define TORBUTTON_APPVERSION "1.2.0-fx" 37 37 !define TORBUTTON_DESC "${TORBUTTON_NAME} ${TORBUTTON_APPVERSION}" 38 38
