[or-cvs] r19106: {torvm} Change version to 0.0.2-dev so as not confuse with eventual (in torvm/trunk/build: kamikaze/patches win32/src/pkg)

coderman at seul.org coderman at seul.org
Sun Mar 22 17:49:07 UTC 2009


Author: coderman
Date: 2009-03-22 13:49:07 -0400 (Sun, 22 Mar 2009)
New Revision: 19106

Modified:
   torvm/trunk/build/kamikaze/patches/002-kamikaze-mod-basefiles.patch
   torvm/trunk/build/win32/src/pkg/torvm.wxs
Log:
Change version to 0.0.2-dev so as not confuse with eventual 0.0.2 tagged release.

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:43:32 UTC (rev 19105)
+++ torvm/trunk/build/kamikaze/patches/002-kamikaze-mod-basefiles.patch	2009-03-22 17:49:07 UTC (rev 19106)
@@ -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-18 07:13:33.448804576 +0000
++++ b/package/base-files/files/etc/banner	2009-03-22 17:46:09.143475968 +0000
 @@ -1,10 +1,26 @@
 -  _______                     ________        __
 - |       |.-----.-----.-----.|  |  |  |.----.|  |_
@@ -305,7 +305,7 @@
 +
 +
 +
-+ Tor Virtual Machine - version 0.0.2
++ Tor Virtual Machine - version 0.0.2-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:43:32 UTC (rev 19105)
+++ torvm/trunk/build/win32/src/pkg/torvm.wxs	2009-03-22 17:49:07 UTC (rev 19106)
@@ -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="0.0.2" ?>
+  <?define ThisProductVersionDisp="$(var.ThisProductVersion)-dev" ?>
   <?define UpgradeCode="3f874171-34a0-4af8-8c66-27a681ac5fb6" ?>
   
   <?define CurrProductGUID="b7b6edad-8da7-4b13-b9ac-31dde19747af" ?>



More information about the tor-commits mailing list