[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r13292: revert r13120: for some reason nickm disabled the version up (tor/trunk/contrib)
Author: arma
Date: 2008-01-25 23:03:45 -0500 (Fri, 25 Jan 2008)
New Revision: 13292
Modified:
tor/trunk/contrib/tor-mingw.nsi.in
tor/trunk/contrib/updateVersions.pl
Log:
revert r13120: for some reason nickm disabled the version
updating for windows. i'm not sure why.
Modified: tor/trunk/contrib/tor-mingw.nsi.in
===================================================================
--- tor/trunk/contrib/tor-mingw.nsi.in 2008-01-26 03:48:03 UTC (rev 13291)
+++ tor/trunk/contrib/tor-mingw.nsi.in 2008-01-26 04:03:45 UTC (rev 13292)
@@ -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"
Modified: tor/trunk/contrib/updateVersions.pl
===================================================================
--- tor/trunk/contrib/updateVersions.pl 2008-01-26 03:48:03 UTC (rev 13291)
+++ tor/trunk/contrib/updateVersions.pl 2008-01-26 04:03:45 UTC (rev 13292)
@@ -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 @@
demand($CONFIGURE_IN);
demand($ORCONFIG_H);
-#demand($TOR_NSI);
+demand($TOR_NSI);
# extract version from configure.in
@@ -53,5 +53,5 @@
}
}
-# correctversion($TOR_NSI, "!");
+correctversion($TOR_NSI, "!");
correctversion($ORCONFIG_H, "#");