Updated version numbers for next development cycle

This commit is contained in:
Sam Harwell 2014-03-25 16:19:15 -05:00
parent 71a9f87b50
commit 6eb48b45bc
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
$AntlrVersion = "4.2.1-alpha001"
$AntlrVersion = "4.2.1-dev"

View File

@ -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

View File

@ -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")]