win32: sign .net 2.0 assemblies with a default key
[deb_libcec.git] / src / LibCecSharp / AssemblyInfo.cpp
index 0624b82a9c91662984d5494958b43fd37f3df380..3f57ab2bcdd6ebb42752723e2e1baa1ce8b4a94d 100644 (file)
@@ -1,5 +1,3 @@
-#include "stdafx.h"
-
 using namespace System;
 using namespace System::Reflection;
 using namespace System::Runtime::CompilerServices;
@@ -31,7 +29,7 @@ using namespace System::Security::Permissions;
 // You can specify all the value or you can default the Revision and Build Numbers
 // by using the '*' as shown below:
 
-[assembly:AssemblyVersionAttribute("1.3.2.0")];
+[assembly:AssemblyVersionAttribute("1.4.0.0")];
 
 [assembly:ComVisible(false)];