mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-21 14:04:30 +01:00
revert r13120: for some reason nickm disabled the version
updating for windows. i'm not sure why. svn:r13292
This commit is contained in:
parent
ea0afb6c39
commit
eb1f622df8
2 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
!include "FileFunc.nsh"
|
||||
!insertmacro GetParameters
|
||||
|
||||
!define VERSION "@VERSION@"
|
||||
!define VERSION "0.2.0.18-alpha"
|
||||
!define INSTALLER "tor-${VERSION}-win32.exe"
|
||||
!define WEBSITE "https://www.torproject.org/"
|
||||
!define LICENSE "LICENSE"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
$CONFIGURE_IN = './configure.in';
|
||||
$ORCONFIG_H = './src/win32/orconfig.h';
|
||||
#$TOR_NSI = './contrib/tor-mingw.nsi.in';
|
||||
$TOR_NSI = './contrib/tor-mingw.nsi.in';
|
||||
|
||||
sub demand {
|
||||
my $fn = shift;
|
||||
|
@ -11,7 +11,7 @@ sub demand {
|
|||
|
||||
demand($CONFIGURE_IN);
|
||||
demand($ORCONFIG_H);
|
||||
#demand($TOR_NSI);
|
||||
demand($TOR_NSI);
|
||||
|
||||
# extract version from configure.in
|
||||
|
||||
|
@ -53,5 +53,5 @@ sub correctversion {
|
|||
}
|
||||
}
|
||||
|
||||
# correctversion($TOR_NSI, "!");
|
||||
correctversion($TOR_NSI, "!");
|
||||
correctversion($ORCONFIG_H, "#");
|
||||
|
|
Loading…
Add table
Reference in a new issue