mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 04:50:54 +08:00
Bugfix: Incorrect version number.
This commit is contained in:
@@ -31,9 +31,9 @@ using namespace System::Security::Permissions;
|
|||||||
// You can specify all the value or you can default the Revision and Build Numbers
|
// You can specify all the value or you can default the Revision and Build Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
|
|
||||||
[assembly: AssemblyVersionAttribute("2.0.1")]
|
[assembly: AssemblyVersionAttribute("2.1.0")]
|
||||||
[assembly: AssemblyFileVersionAttribute("2.0.1")]
|
[assembly: AssemblyFileVersionAttribute("2.1.0")]
|
||||||
[assembly: AssemblyInformationalVersionAttribute("2.0.1")]
|
[assembly: AssemblyInformationalVersionAttribute("2.1.0")]
|
||||||
|
|
||||||
[assembly:ComVisible(false)];
|
[assembly:ComVisible(false)];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user