revert r13120: for some reason nickm disabled the version

updating for windows. i'm not sure why.


svn:r13292
This commit is contained in:
Roger Dingledine 2008-01-26 04:03:45 +00:00
parent ea0afb6c39
commit eb1f622df8
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
!include "FileFunc.nsh" !include "FileFunc.nsh"
!insertmacro GetParameters !insertmacro GetParameters
!define VERSION "@VERSION@" !define VERSION "0.2.0.18-alpha"
!define INSTALLER "tor-${VERSION}-win32.exe" !define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/" !define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE" !define LICENSE "LICENSE"

View File

@ -2,7 +2,7 @@
$CONFIGURE_IN = './configure.in'; $CONFIGURE_IN = './configure.in';
$ORCONFIG_H = './src/win32/orconfig.h'; $ORCONFIG_H = './src/win32/orconfig.h';
#$TOR_NSI = './contrib/tor-mingw.nsi.in'; $TOR_NSI = './contrib/tor-mingw.nsi.in';
sub demand { sub demand {
my $fn = shift; my $fn = shift;
@ -11,7 +11,7 @@ sub demand {
demand($CONFIGURE_IN); demand($CONFIGURE_IN);
demand($ORCONFIG_H); demand($ORCONFIG_H);
#demand($TOR_NSI); demand($TOR_NSI);
# extract version from configure.in # extract version from configure.in
@ -53,5 +53,5 @@ sub correctversion {
} }
} }
# correctversion($TOR_NSI, "!"); correctversion($TOR_NSI, "!");
correctversion($ORCONFIG_H, "#"); correctversion($ORCONFIG_H, "#");