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

Updated assembly version

This commit is contained in:
lidgren
2010-07-15 05:57:03 +00:00
parent 2ad2f4502a
commit a8193fbf73

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.13.0")]
[assembly: AssemblyFileVersion("2010.7.13.0")]
[assembly: AssemblyVersion("2010.7.15.0")]
[assembly: AssemblyFileVersion("2010.7.15.0")]
[assembly: System.CLSCompliant(true)]