[or-cvs] r19107: {torvm} 0.0.1-dev is what i want; ignore the 0.0.2 in the wxs, this (in torvm/trunk/build: kamikaze/patches win32/src/pkg)

coderman at seul.org coderman at seul.org
Sun Mar 22 17:53:12 UTC 2009


Author: coderman
Date: 2009-03-22 13:53:12 -0400 (Sun, 22 Mar 2009)
New Revision: 19107

Modified:
   torvm/trunk/build/kamikaze/patches/002-kamikaze-mod-basefiles.patch
   torvm/trunk/build/win32/src/pkg/torvm.wxs
Log:
0.0.1-dev is what i want; ignore the 0.0.2 in the wxs, this is an MSI oddity.

Modified: torvm/trunk/build/kamikaze/patches/002-kamikaze-mod-basefiles.patch
===================================================================
--- torvm/trunk/build/kamikaze/patches/002-kamikaze-mod-basefiles.patch	2009-03-22 17:49:07 UTC (rev 19106)
+++ torvm/trunk/build/kamikaze/patches/002-kamikaze-mod-basefiles.patch	2009-03-22 17:53:12 UTC (rev 19107)
@@ -269,7 +269,7 @@
 -exec /bin/ash --login
 diff -Naur a/package/base-files/files/etc/banner b/package/base-files/files/etc/banner
 --- a/package/base-files/files/etc/banner	2005-12-20 15:03:08.038259000 +0000
-+++ b/package/base-files/files/etc/banner	2009-03-22 17:46:09.143475968 +0000
++++ b/package/base-files/files/etc/banner	2009-03-22 17:50:37.785636152 +0000
 @@ -1,10 +1,26 @@
 -  _______                     ________        __
 - |       |.-----.-----.-----.|  |  |  |.----.|  |_
@@ -305,7 +305,7 @@
 +
 +
 +
-+ Tor Virtual Machine - version 0.0.2-dev
++ Tor Virtual Machine - version 0.0.1-dev
 +
 diff -Naur a/package/base-files/files/etc/config/fstab b/package/base-files/files/etc/config/fstab
 --- a/package/base-files/files/etc/config/fstab	2007-09-22 13:47:20.783817000 +0000

Modified: torvm/trunk/build/win32/src/pkg/torvm.wxs
===================================================================
--- torvm/trunk/build/win32/src/pkg/torvm.wxs	2009-03-22 17:49:07 UTC (rev 19106)
+++ torvm/trunk/build/win32/src/pkg/torvm.wxs	2009-03-22 17:53:12 UTC (rev 19107)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252" ?>
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
   <?define ThisProductVersion="0.0.2" ?>
-  <?define ThisProductVersionDisp="$(var.ThisProductVersion)-dev" ?>
+  <?define ThisProductVersionDisp="0.0.1-dev" ?>
   <?define UpgradeCode="3f874171-34a0-4af8-8c66-27a681ac5fb6" ?>
   
   <?define CurrProductGUID="b7b6edad-8da7-4b13-b9ac-31dde19747af" ?>



More information about the tor-commits mailing list