[or-cvs] r19105: {torvm} Update version and MSI GUIDs for 0.0.2 development. (in torvm/trunk/build: kamikaze/patches win32/src/pkg)

coderman at seul.org coderman at seul.org
Sun Mar 22 17:43:33 UTC 2009


Author: coderman
Date: 2009-03-22 13:43:32 -0400 (Sun, 22 Mar 2009)
New Revision: 19105

Modified:
   torvm/trunk/build/kamikaze/patches/002-kamikaze-mod-basefiles.patch
   torvm/trunk/build/win32/src/pkg/torvm.wxs
Log:
Update version and MSI GUIDs for 0.0.2 development.

Modified: torvm/trunk/build/kamikaze/patches/002-kamikaze-mod-basefiles.patch
===================================================================
--- torvm/trunk/build/kamikaze/patches/002-kamikaze-mod-basefiles.patch	2009-03-22 16:30:47 UTC (rev 19104)
+++ torvm/trunk/build/kamikaze/patches/002-kamikaze-mod-basefiles.patch	2009-03-22 17:43:32 UTC (rev 19105)
@@ -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-16 09:24:27.057467560 +0000
++++ b/package/base-files/files/etc/banner	2009-03-18 07:13:33.448804576 +0000
 @@ -1,10 +1,26 @@
 -  _______                     ________        __
 - |       |.-----.-----.-----.|  |  |  |.----.|  |_
@@ -305,7 +305,7 @@
 +
 +
 +
-+ Tor Virtual Machine - version 0.0.1
++ Tor Virtual Machine - version 0.0.2
 +
 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 16:30:47 UTC (rev 19104)
+++ torvm/trunk/build/win32/src/pkg/torvm.wxs	2009-03-22 17:43:32 UTC (rev 19105)
@@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="Windows-1252" ?>
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
-  <?define ThisProductVersion="0.0.1" ?>
-  <?define ThisProductVersionDisp="0.0.1" ?>
+  <?define ThisProductVersion="0.0.2" ?>
+  <?define ThisProductVersionDisp="0.0.2" ?>
   <?define UpgradeCode="3f874171-34a0-4af8-8c66-27a681ac5fb6" ?>
   
-  <?define CurrProductGUID="8b88858f-1d36-461c-9541-e6ffddeb8e69" ?>
-  <?define CurrExecutableGUID="f41f7690-d4e6-4c14-a754-fde93b98bb7b" ?>
-  <?define CurrStartMenuGUID="928c4898-19e4-4b7a-ad02-95aadb80d3ba" ?>
-  <?define CurrDesktopGUID="cc7b92b8-45a5-4958-b530-5e10a2582902" ?>
-  <?define CurrDocsOnDesktopGUID="e032e77d-dbfe-4fe8-a2a4-84b5ff20e6af" ?>
-  <?define CurrStartupGUID="37319e3d-57e4-4c06-860b-a0bc2a305963" ?>
+  <?define CurrProductGUID="b7b6edad-8da7-4b13-b9ac-31dde19747af" ?>
+  <?define CurrExecutableGUID="56f51f0a-53b7-4013-9b9e-70d827161f04" ?>
+  <?define CurrStartMenuGUID="449d8599-a423-40b6-bb0f-1694ea76d4e0" ?>
+  <?define CurrDesktopGUID="1f81b070-a7f4-49ec-adf4-6d95ede8cf6b" ?>
+  <?define CurrDocsOnDesktopGUID="5faf209e-7e99-46d8-94fe-3ac13f51bea5" ?>
+  <?define CurrStartupGUID="8e2d6296-7596-4740-b53e-f0cc3a49e3b6" ?>
 
   <Product Name="Tor VM $(var.ThisProductVersionDisp)" Id="$(var.CurrProductGUID)"
            Language="!(loc.LCID)"



More information about the tor-commits mailing list