commit bdb5c58d08eebeead15d4a8a08bae8b69c4cb0f7
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Mon Oct 28 03:41:11 2013 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Mon Oct 28 03:41:11 2013 +0000
Add missing asmv3 namespace to setup manifest (oops).
Subversion-branch: /branches/v2-branch
Subversion-revision: 2728
---
src/setup/setup-manifest.xml.in | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/setup/setup-manifest.xml.in b/src/setup/setup-manifest.xml.in
index 5e5cb87c..5a07e485 100644
--- a/src/setup/setup-manifest.xml.in
+++ b/src/setup/setup-manifest.xml.in
@@ -8,7 +8,10 @@
http://www.cygwin.com/ml/cygwin/2006-12/msg00580.html
-->
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
+ xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
+ manifestVersion="1.0">
+
<!-- The "name" field in this tag should be the same as the executable's
name -->
<assemblyIdentity version="0.0.0.0" processorArchitecture="X86"