forked from jasder/antlr
Updated version numbers for next development cycle
This commit is contained in:
parent
71a9f87b50
commit
6eb48b45bc
|
@ -1 +1 @@
|
|||
$AntlrVersion = "4.2.1-alpha001"
|
||||
$AntlrVersion = "4.2.1-dev"
|
||||
|
|
|
@ -80,5 +80,5 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyVersion("4.2.0.0")]
|
||||
#if !NET_CF
|
||||
[assembly: AssemblyFileVersion("4.2.1.0")]
|
||||
[assembly: AssemblyInformationalVersion("4.2.1-alpha001")]
|
||||
[assembly: AssemblyInformationalVersion("4.2.1-dev")]
|
||||
#endif
|
||||
|
|
|
@ -70,4 +70,4 @@ using System.Runtime.InteropServices;
|
|||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("4.2.0.0")]
|
||||
[assembly: AssemblyFileVersion("4.2.1.0")]
|
||||
[assembly: AssemblyInformationalVersion("4.2.1-alpha001")]
|
||||
[assembly: AssemblyInformationalVersion("4.2.1-dev")]
|
||||
|
|
Loading…
Reference in New Issue