aboutsummaryrefslogtreecommitdiff
path: root/contrib/updateVersions.pl
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-11-06 06:43:21 +0000
committerRoger Dingledine <arma@torproject.org>2006-11-06 06:43:21 +0000
commit4a80643825c086c8bdd21033d6739ca95229de92 (patch)
tree984f1950df60233f11741e4115200e38b106c966 /contrib/updateVersions.pl
parent20cad22bb154e2fdfe5bf58021873f980ebb96b4 (diff)
downloadtor-4a80643825c086c8bdd21033d6739ca95229de92.tar.gz
tor-4a80643825c086c8bdd21033d6739ca95229de92.zip
forward-port matt's changes. plus note that tor-mingw.nsi.in is
what we're using these days, and stop shipping the old one to be sure. svn:r8912
Diffstat (limited to 'contrib/updateVersions.pl')
-rwxr-xr-xcontrib/updateVersions.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/updateVersions.pl b/contrib/updateVersions.pl
index 25cf5c77f6..76b6fe5677 100755
--- a/contrib/updateVersions.pl
+++ b/contrib/updateVersions.pl
@@ -2,7 +2,7 @@
$CONFIGURE_IN = './configure.in';
$ORCONFIG_H = './src/win32/orconfig.h';
-$TOR_NSI = './contrib/tor.nsi.in';
+$TOR_NSI = './contrib/tor-mingw.nsi.in';
sub demand {
my $fn = shift;