Browse Source

git-svn-id: https://emgucv.svn.sourceforge.net/svnroot/emgucv/trunk@245 d7f09016-e345-0410-b530-edf29a71df78

UWP10
canming 17 years ago
parent
commit
9d31964de9
  1. 2
      Emgu.CV/Properties/AssemblyInfo.cs
  2. 2
      Emgu.Util/Properties/AssemblyInfo.cs

2
Emgu.CV/Properties/AssemblyInfo.cs

@ -31,7 +31,7 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.4.*")]
[assembly: AssemblyFileVersion("1.4.0.0")]
//[assembly: AssemblyKeyFile("CV.key")]

2
Emgu.Util/Properties/AssemblyInfo.cs

@ -31,7 +31,7 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.1.*")]
[assembly: AssemblyFileVersion("1.1.0.0")]
//[assembly: AssemblyKeyFile("Toolbox.key")]
Loading…
Cancel
Save