mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 05:00: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
|
||||
// by using the '*' as shown below:
|
||||
|
||||
[assembly: AssemblyVersionAttribute("2.0.1")]
|
||||
[assembly: AssemblyFileVersionAttribute("2.0.1")]
|
||||
[assembly: AssemblyInformationalVersionAttribute("2.0.1")]
|
||||
[assembly: AssemblyVersionAttribute("2.1.0")]
|
||||
[assembly: AssemblyFileVersionAttribute("2.1.0")]
|
||||
[assembly: AssemblyInformationalVersionAttribute("2.1.0")]
|
||||
|
||||
[assembly:ComVisible(false)];
|
||||
|
||||
|
Reference in New Issue
Block a user