From 3f15cfb4776fbf77180639d3d8640646bc2717d0 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Sun, 23 Dec 2018 08:31:50 -0600 Subject: [PATCH] Update version numbers for release 4.6.6 --- build/DotnetValidation/DotnetValidation.csproj | 2 +- build/DotnetValidationJavaCodegen/DotnetValidation.csproj | 2 +- build/DotnetValidationSingleTarget/DotnetValidation.csproj | 2 +- build/version.ps1 | 2 +- runtime/CSharp/Antlr4.Runtime/Antlr4.Runtime.csproj | 2 +- runtime/CSharp/Antlr4.Tool/Antlr4.Tool.csproj | 2 +- runtime/CSharp/Antlr4BuildTasks/Antlr4.CodeGenerator.props | 2 +- runtime/CSharp/Antlr4BuildTasks/Antlr4.CodeGenerator.targets | 2 +- runtime/CSharp/Antlr4BuildTasks/Antlr4BuildTasks.csproj | 2 +- tool/pom.xml | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build/DotnetValidation/DotnetValidation.csproj b/build/DotnetValidation/DotnetValidation.csproj index 52c5e15d..1b3edc84 100644 --- a/build/DotnetValidation/DotnetValidation.csproj +++ b/build/DotnetValidation/DotnetValidation.csproj @@ -48,7 +48,7 @@ - + diff --git a/build/DotnetValidationJavaCodegen/DotnetValidation.csproj b/build/DotnetValidationJavaCodegen/DotnetValidation.csproj index 72c9b40c..e23f2e3f 100644 --- a/build/DotnetValidationJavaCodegen/DotnetValidation.csproj +++ b/build/DotnetValidationJavaCodegen/DotnetValidation.csproj @@ -48,7 +48,7 @@ - + diff --git a/build/DotnetValidationSingleTarget/DotnetValidation.csproj b/build/DotnetValidationSingleTarget/DotnetValidation.csproj index e6806326..3ec3b5c0 100644 --- a/build/DotnetValidationSingleTarget/DotnetValidation.csproj +++ b/build/DotnetValidationSingleTarget/DotnetValidation.csproj @@ -8,7 +8,7 @@ - + diff --git a/build/version.ps1 b/build/version.ps1 index 4de085a5..dc17989e 100644 --- a/build/version.ps1 +++ b/build/version.ps1 @@ -1 +1 @@ -$AntlrVersion = "4.6.6-dev" +$AntlrVersion = "4.6.6" diff --git a/runtime/CSharp/Antlr4.Runtime/Antlr4.Runtime.csproj b/runtime/CSharp/Antlr4.Runtime/Antlr4.Runtime.csproj index b32446f3..d5788cfc 100644 --- a/runtime/CSharp/Antlr4.Runtime/Antlr4.Runtime.csproj +++ b/runtime/CSharp/Antlr4.Runtime/Antlr4.Runtime.csproj @@ -7,7 +7,7 @@ 4.6.0.0 4.6.6.0 - 4.6.6-dev + 4.6.6 The original, highly-optimized C# runtime for ANTLR 4. Copyright © Sam Harwell 2015 Tunnel Vision Laboratories, LLC diff --git a/runtime/CSharp/Antlr4.Tool/Antlr4.Tool.csproj b/runtime/CSharp/Antlr4.Tool/Antlr4.Tool.csproj index c76c4319..d2470148 100644 --- a/runtime/CSharp/Antlr4.Tool/Antlr4.Tool.csproj +++ b/runtime/CSharp/Antlr4.Tool/Antlr4.Tool.csproj @@ -12,7 +12,7 @@ 4.6.0.0 4.6.6.0 - 4.6.6-dev + 4.6.6 A C# port of the ANTLR 4 code generation tool. Copyright © Sam Harwell 2016 Tunnel Vision Laboratories, LLC diff --git a/runtime/CSharp/Antlr4BuildTasks/Antlr4.CodeGenerator.props b/runtime/CSharp/Antlr4BuildTasks/Antlr4.CodeGenerator.props index 67f947a4..3ed1b541 100644 --- a/runtime/CSharp/Antlr4BuildTasks/Antlr4.CodeGenerator.props +++ b/runtime/CSharp/Antlr4BuildTasks/Antlr4.CodeGenerator.props @@ -9,7 +9,7 @@ ..\tools\net40 ..\tools\netstandard - ..\tools\antlr4-csharp-4.6.6-SNAPSHOT-complete.jar + ..\tools\antlr4-csharp-4.6.6-complete.jar diff --git a/runtime/CSharp/Antlr4BuildTasks/Antlr4.CodeGenerator.targets b/runtime/CSharp/Antlr4BuildTasks/Antlr4.CodeGenerator.targets index 05b6cf0f..4c4ffe04 100644 --- a/runtime/CSharp/Antlr4BuildTasks/Antlr4.CodeGenerator.targets +++ b/runtime/CSharp/Antlr4BuildTasks/Antlr4.CodeGenerator.targets @@ -33,7 +33,7 @@ $(MSBuildBinPath) $(Antlr4BuildTaskPath) - $(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.6-SNAPSHOT-complete.jar + $(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.6-complete.jar $(Antlr4ToolPath) JavaSoft diff --git a/runtime/CSharp/Antlr4BuildTasks/Antlr4BuildTasks.csproj b/runtime/CSharp/Antlr4BuildTasks/Antlr4BuildTasks.csproj index 93584150..84a93182 100644 --- a/runtime/CSharp/Antlr4BuildTasks/Antlr4BuildTasks.csproj +++ b/runtime/CSharp/Antlr4BuildTasks/Antlr4BuildTasks.csproj @@ -10,7 +10,7 @@ 4.6.0.0 4.6.6.0 - 4.6.6-dev + 4.6.6 MSBuild tasks for ANTLR 4 code generation. Copyright © Sam Harwell 2015 Tunnel Vision Laboratories, LLC diff --git a/tool/pom.xml b/tool/pom.xml index 9a7ddcde..44140015 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -10,7 +10,7 @@ 4.0.0 com.tunnelvisionlabs antlr4-csharp - 4.6.6-SNAPSHOT + 4.6.6 jar ANTLR 4 Target C# @@ -68,7 +68,7 @@ https://github.com/tunnelvisionlabs/antlr4cs/tree/master scm:git:git://github.com/tunnelvisionlabs/antlr4cs.git scm:git:git@github.com:tunnelvisionlabs/antlr4cs.git - HEAD + v4.6.6