1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-15 22:56:30 +09:00

Updated assembly version for release

This commit is contained in:
lidgren
2011-03-11 23:13:15 +00:00
parent d111b20491
commit eef98b2cce

View File

@@ -32,6 +32,6 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2010.7.15.0")]
[assembly: AssemblyFileVersion("2010.7.15.0")]
[assembly: AssemblyVersion("2011.3.12.0")]
[assembly: AssemblyFileVersion("2011.3.12.0")]
[assembly: System.CLSCompliant(true)]