From f02285edd714b570905967fe55f62c46a0cd903d Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Tue, 30 Sep 2014 06:49:48 -0500 Subject: [PATCH] Update to development version 4.4.1 --- build/version.ps1 | 2 +- runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs | 4 ++-- runtime/CSharp/Antlr4BuildTasks/Antlr4.net35.props | 2 +- runtime/CSharp/Antlr4BuildTasks/Antlr4.net35.targets | 2 +- runtime/CSharp/Antlr4BuildTasks/Antlr4.net40.props | 2 +- runtime/CSharp/Antlr4BuildTasks/Antlr4.net40.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 1b7fd6451..c982e97bd 100644 --- a/build/version.ps1 +++ b/build/version.ps1 @@ -1 +1 @@ -$AntlrVersion = "4.4.0-dev" +$AntlrVersion = "4.4.1-dev" diff --git a/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs b/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs index 4eee8f188..758590086 100644 --- a/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs +++ b/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs @@ -69,6 +69,6 @@ using System.Runtime.InteropServices; // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("4.4.0.0")] #if !COMPACT -[assembly: AssemblyFileVersion("4.4.0.0")] -[assembly: AssemblyInformationalVersion("4.4.0-dev")] +[assembly: AssemblyFileVersion("4.4.1.0")] +[assembly: AssemblyInformationalVersion("4.4.1-dev")] #endif diff --git a/runtime/CSharp/Antlr4BuildTasks/Antlr4.net35.props b/runtime/CSharp/Antlr4BuildTasks/Antlr4.net35.props index c552b7e86..6240f1ffc 100644 --- a/runtime/CSharp/Antlr4BuildTasks/Antlr4.net35.props +++ b/runtime/CSharp/Antlr4BuildTasks/Antlr4.net35.props @@ -4,6 +4,6 @@ . - ..\tools\antlr4-csharp-4.4-SNAPSHOT-complete.jar + ..\tools\antlr4-csharp-4.4.1-SNAPSHOT-complete.jar diff --git a/runtime/CSharp/Antlr4BuildTasks/Antlr4.net35.targets b/runtime/CSharp/Antlr4BuildTasks/Antlr4.net35.targets index d3b9cfadc..69e5e8c82 100644 --- a/runtime/CSharp/Antlr4BuildTasks/Antlr4.net35.targets +++ b/runtime/CSharp/Antlr4BuildTasks/Antlr4.net35.targets @@ -49,7 +49,7 @@ $(MSBuildBinPath) $(Antlr4BuildTaskPath) - $(MSBuildBinPath)\Antlr4\antlr4-csharp-4.4-SNAPSHOT-complete.jar + $(MSBuildBinPath)\Antlr4\antlr4-csharp-4.4.1-SNAPSHOT-complete.jar $(Antlr4ToolPath) JavaSoft diff --git a/runtime/CSharp/Antlr4BuildTasks/Antlr4.net40.props b/runtime/CSharp/Antlr4BuildTasks/Antlr4.net40.props index 506babd69..0ccdf5b9b 100644 --- a/runtime/CSharp/Antlr4BuildTasks/Antlr4.net40.props +++ b/runtime/CSharp/Antlr4BuildTasks/Antlr4.net40.props @@ -4,6 +4,6 @@ . - ..\tools\antlr4-csharp-4.4-SNAPSHOT-complete.jar + ..\tools\antlr4-csharp-4.4.1-SNAPSHOT-complete.jar diff --git a/runtime/CSharp/Antlr4BuildTasks/Antlr4.net40.targets b/runtime/CSharp/Antlr4BuildTasks/Antlr4.net40.targets index af52035ec..185762ea8 100644 --- a/runtime/CSharp/Antlr4BuildTasks/Antlr4.net40.targets +++ b/runtime/CSharp/Antlr4BuildTasks/Antlr4.net40.targets @@ -47,7 +47,7 @@ $(MSBuildBinPath) $(Antlr4BuildTaskPath) - $(MSBuildBinPath)\Antlr4\antlr4-csharp-4.4-SNAPSHOT-complete.jar + $(MSBuildBinPath)\Antlr4\antlr4-csharp-4.4.1-SNAPSHOT-complete.jar $(Antlr4ToolPath) JavaSoft diff --git a/runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs b/runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs index baeb3dbd4..7cce6b570 100644 --- a/runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs +++ b/runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs @@ -71,5 +71,5 @@ using System.Runtime.InteropServices; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("4.4.0.0")] -[assembly: AssemblyFileVersion("4.4.0.0")] -[assembly: AssemblyInformationalVersion("4.4.0-dev")] +[assembly: AssemblyFileVersion("4.4.1.0")] +[assembly: AssemblyInformationalVersion("4.4.1-dev")] diff --git a/tool/pom.xml b/tool/pom.xml index fb67d889f..304d64835 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -10,7 +10,7 @@ 4.0.0 com.tunnelvisionlabs antlr4-csharp - 4.4-SNAPSHOT + 4.4.1-SNAPSHOT jar ANTLR 4 Target C# @@ -74,13 +74,13 @@ com.tunnelvisionlabs antlr4 - 4.3 + 4.4.1-SNAPSHOT compile com.tunnelvisionlabs antlr4-runtime - 4.3 + 4.4.1-SNAPSHOT compile