From 5763eb8be8d7a59626e6a602f59d29b793668894 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Tue, 8 Apr 2014 06:34:40 -0500 Subject: [PATCH] Working on development version 4.2.2 --- build/version.ps1 | 2 +- runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs | 4 ++-- runtime/CSharp/Antlr4BuildTasks/Antlr4.v3.5.props | 2 +- runtime/CSharp/Antlr4BuildTasks/Antlr4.v3.5.targets | 2 +- runtime/CSharp/Antlr4BuildTasks/Antlr4.v4.0.props | 2 +- runtime/CSharp/Antlr4BuildTasks/Antlr4.v4.0.targets | 2 +- runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs | 4 ++-- tool/pom.xml | 6 +++--- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/build/version.ps1 b/build/version.ps1 index 88dd9e23a..303163a0c 100644 --- a/build/version.ps1 +++ b/build/version.ps1 @@ -1 +1 @@ -$AntlrVersion = "4.2.1-dev" +$AntlrVersion = "4.2.2-dev" diff --git a/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs b/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs index ae812cdac..ffd421f17 100644 --- a/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs +++ b/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs @@ -79,6 +79,6 @@ using System.Runtime.InteropServices; // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("4.2.0.0")] #if !NET_CF -[assembly: AssemblyFileVersion("4.2.1.0")] -[assembly: AssemblyInformationalVersion("4.2.1-dev")] +[assembly: AssemblyFileVersion("4.2.2.0")] +[assembly: AssemblyInformationalVersion("4.2.2-dev")] #endif diff --git a/runtime/CSharp/Antlr4BuildTasks/Antlr4.v3.5.props b/runtime/CSharp/Antlr4BuildTasks/Antlr4.v3.5.props index 2729e741a..2e5af46db 100644 --- a/runtime/CSharp/Antlr4BuildTasks/Antlr4.v3.5.props +++ b/runtime/CSharp/Antlr4BuildTasks/Antlr4.v3.5.props @@ -4,6 +4,6 @@ . - ..\tools\antlr4-csharp-4.2.1-SNAPSHOT-complete.jar + ..\tools\antlr4-csharp-4.2.2-SNAPSHOT-complete.jar diff --git a/runtime/CSharp/Antlr4BuildTasks/Antlr4.v3.5.targets b/runtime/CSharp/Antlr4BuildTasks/Antlr4.v3.5.targets index b0616ccf0..cf9cddeeb 100644 --- a/runtime/CSharp/Antlr4BuildTasks/Antlr4.v3.5.targets +++ b/runtime/CSharp/Antlr4BuildTasks/Antlr4.v3.5.targets @@ -49,7 +49,7 @@ $(MSBuildBinPath) $(Antlr4BuildTaskPath) - $(MSBuildBinPath)\Antlr4\antlr4-csharp-4.2.1-SNAPSHOT-complete.jar + $(MSBuildBinPath)\Antlr4\antlr4-csharp-4.2.2-SNAPSHOT-complete.jar $(Antlr4ToolPath) JavaSoft diff --git a/runtime/CSharp/Antlr4BuildTasks/Antlr4.v4.0.props b/runtime/CSharp/Antlr4BuildTasks/Antlr4.v4.0.props index 25b348549..0a62d0e86 100644 --- a/runtime/CSharp/Antlr4BuildTasks/Antlr4.v4.0.props +++ b/runtime/CSharp/Antlr4BuildTasks/Antlr4.v4.0.props @@ -4,6 +4,6 @@ . - ..\tools\antlr4-csharp-4.2.1-SNAPSHOT-complete.jar + ..\tools\antlr4-csharp-4.2.2-SNAPSHOT-complete.jar diff --git a/runtime/CSharp/Antlr4BuildTasks/Antlr4.v4.0.targets b/runtime/CSharp/Antlr4BuildTasks/Antlr4.v4.0.targets index cf3900c35..01c36179e 100644 --- a/runtime/CSharp/Antlr4BuildTasks/Antlr4.v4.0.targets +++ b/runtime/CSharp/Antlr4BuildTasks/Antlr4.v4.0.targets @@ -47,7 +47,7 @@ $(MSBuildBinPath) $(Antlr4BuildTaskPath) - $(MSBuildBinPath)\Antlr4\antlr4-csharp-4.2.1-SNAPSHOT-complete.jar + $(MSBuildBinPath)\Antlr4\antlr4-csharp-4.2.2-SNAPSHOT-complete.jar $(Antlr4ToolPath) JavaSoft diff --git a/runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs b/runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs index da45e17c8..2d1d62a0b 100644 --- a/runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs +++ b/runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs @@ -69,5 +69,5 @@ using System.Runtime.InteropServices; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("4.2.0.0")] -[assembly: AssemblyFileVersion("4.2.1.0")] -[assembly: AssemblyInformationalVersion("4.2.1-dev")] +[assembly: AssemblyFileVersion("4.2.2.0")] +[assembly: AssemblyInformationalVersion("4.2.2-dev")] diff --git a/tool/pom.xml b/tool/pom.xml index 3e33bb121..4c6706a15 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -10,7 +10,7 @@ 4.0.0 com.tunnelvisionlabs antlr4-csharp - 4.2.1-SNAPSHOT + 4.2.2-SNAPSHOT jar ANTLR 4 Target C# @@ -76,13 +76,13 @@ com.tunnelvisionlabs antlr4 - 4.2.1 + 4.2.2 compile com.tunnelvisionlabs antlr4-runtime - 4.2.1 + 4.2.2 compile