forked from jasder/antlr
Updated assembly informational version for next development cycle
This commit is contained in:
parent
9acf9c8fb7
commit
3d5694264f
|
@ -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
|
||||
|
|
|
@ -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")]
|
||||
|
|
Loading…
Reference in New Issue