Skip to content
Snippets Groups Projects
Commit eb1f622d authored by Roger Dingledine's avatar Roger Dingledine
Browse files

revert r13120: for some reason nickm disabled the version

updating for windows. i'm not sure why.


svn:r13292
parent ea0afb6c
No related branches found
No related tags found
No related merge requests found
......@@ -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, "#");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment