Skip to content

Commit

Permalink
Updated release version as 2.0.0
Browse files Browse the repository at this point in the history
Updated release version as 2.0.0

QA Notes:
Testing Done: Installed on Win7
Documentation Notes:
Bug Number:
Reviewed by:
Approved by:
Mailto:
  • Loading branch information
nagappan committed Aug 2, 2012
1 parent 40fd556 commit ad92513
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CobraWinLDTP/CobraWinLDTP.wxs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='windows-1252'?>
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
<!--
WinLDTP 1.0
CobraWinLDTP 2.0
@author: Nagappan Alagappan <[email protected]>
@copyright: Copyright (c) 2011-12 VMware Inc.,
Expand Down Expand Up @@ -29,7 +29,7 @@ SOFTWARE.
-->

<?define UpgradeCode=F0C8AC98-8C96-40F3-8D51-0EF5B40343EC?>
<?define Version=1.0.0?>
<?define Version=2.0.0?>
<?if $(sys.BUILDARCH)=x64?>
<?define Is64bit="yes"?>
<?define CommonFilesFolder="CommonFiles64Folder"?>
Expand Down Expand Up @@ -300,3 +300,4 @@ SOFTWARE.

</Product>
</Wix>

0 comments on commit ad92513

Please sign in to comment.