Updated version numbers for next development cycle

This commit is contained in:
Sam Harwell 2014-04-08 21:00:26 -05:00
parent 06acb21c7d
commit 2ace0f628a
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -80,5 +80,5 @@ using System.Runtime.InteropServices;
[assembly: AssemblyVersion("4.2.0.0")]
#if !NET_CF
[assembly: AssemblyFileVersion("4.2.2.0")]
[assembly: AssemblyInformationalVersion("4.2.2-alpha001")]
[assembly: AssemblyInformationalVersion("4.2.2-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.2.0")]
[assembly: AssemblyInformationalVersion("4.2.2-alpha001")]
[assembly: AssemblyInformationalVersion("4.2.2-dev")]