[or-cvs] r17466: {updater} Correct expected version string to match what configure prov (updater/trunk/samples)
coderman at seul.org
coderman at seul.org
Wed Dec 3 03:25:10 UTC 2008
Author: coderman
Date: 2008-12-02 22:25:10 -0500 (Tue, 02 Dec 2008)
New Revision: 17466
Modified:
updater/trunk/samples/tor-win32-package.cfg
Log:
Correct expected version string to match what configure provides the MSI installer.
Modified: updater/trunk/samples/tor-win32-package.cfg
===================================================================
--- updater/trunk/samples/tor-win32-package.cfg 2008-12-03 02:54:40 UTC (rev 17465)
+++ updater/trunk/samples/tor-win32-package.cfg 2008-12-03 03:25:10 UTC (rev 17466)
@@ -18,5 +18,5 @@
format = "win32"
command_install = [ 'msiexec', '/i', "${FILE}", '/qn' ]
exe_registry_ent = [ r'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Tor\Version',
- 'tor-0.2.1.7-alpha-dev' ]
+ '0.2.1.7-alpha-dev' ]
More information about the tor-commits
mailing list