Updated assembly informational version for next development cycle

This commit is contained in:
Sam Harwell 2014-02-18 17:47:37 -06:00
parent 9acf9c8fb7
commit 3d5694264f
2 changed files with 2 additions and 2 deletions

View File

@ -80,5 +80,5 @@ using System.Runtime.InteropServices;
[assembly: AssemblyVersion("4.2.0.0")]
#if !NET_CF
[assembly: AssemblyFileVersion("4.2.0.0")]
[assembly: AssemblyInformationalVersion("4.2.0-alpha001")]
[assembly: AssemblyInformationalVersion("4.2.0-dev")]
#endif

View File

@ -70,4 +70,4 @@ using System.Runtime.InteropServices;
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.2.0.0")]
[assembly: AssemblyFileVersion("4.2.0.0")]
[assembly: AssemblyInformationalVersion("4.2.0-alpha001")]
[assembly: AssemblyInformationalVersion("4.2.0-dev")]