ref: bdb5c58d08eebeead15d4a8a08bae8b69c4cb0f7
parent: 5a8db1512bf95325d466086498b20474b769924f
author: Simon Howard <[email protected]>
date: Sun Oct 27 23:41:11 EDT 2013
Add missing asmv3 namespace to setup manifest (oops). Subversion-branch: /branches/v2-branch Subversion-revision: 2728
--- 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"