diff --git a/build/DotnetValidation/DotnetValidation.csproj b/build/DotnetValidation/DotnetValidation.csproj index 1b3edc84..99293ddc 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 e23f2e3f..9e774202 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 3ec3b5c0..30e79f3f 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 dc17989e..a3157f6c 100644 --- a/build/version.ps1 +++ b/build/version.ps1 @@ -1 +1 @@ -$AntlrVersion = "4.6.6" +$AntlrVersion = "4.6.7-dev" diff --git a/runtime/CSharp/Antlr4.Runtime/Antlr4.Runtime.csproj b/runtime/CSharp/Antlr4.Runtime/Antlr4.Runtime.csproj index d5788cfc..78696780 100644 --- a/runtime/CSharp/Antlr4.Runtime/Antlr4.Runtime.csproj +++ b/runtime/CSharp/Antlr4.Runtime/Antlr4.Runtime.csproj @@ -6,8 +6,8 @@ False 4.6.0.0 - 4.6.6.0 - 4.6.6 + 4.6.7.0 + 4.6.7-dev 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 d2470148..9149f8cc 100644 --- a/runtime/CSharp/Antlr4.Tool/Antlr4.Tool.csproj +++ b/runtime/CSharp/Antlr4.Tool/Antlr4.Tool.csproj @@ -11,8 +11,8 @@ 4.6.0.0 - 4.6.6.0 - 4.6.6 + 4.6.7.0 + 4.6.7-dev 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 3ed1b541..ce257a92 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-complete.jar + ..\tools\antlr4-csharp-4.6.7-SNAPSHOT-complete.jar diff --git a/runtime/CSharp/Antlr4BuildTasks/Antlr4.CodeGenerator.targets b/runtime/CSharp/Antlr4BuildTasks/Antlr4.CodeGenerator.targets index 4c4ffe04..c5b1a9ed 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-complete.jar + $(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.7-SNAPSHOT-complete.jar $(Antlr4ToolPath) JavaSoft diff --git a/runtime/CSharp/Antlr4BuildTasks/Antlr4BuildTasks.csproj b/runtime/CSharp/Antlr4BuildTasks/Antlr4BuildTasks.csproj index 84a93182..bbb06e42 100644 --- a/runtime/CSharp/Antlr4BuildTasks/Antlr4BuildTasks.csproj +++ b/runtime/CSharp/Antlr4BuildTasks/Antlr4BuildTasks.csproj @@ -9,8 +9,8 @@ Antlr4BuildTasks 4.6.0.0 - 4.6.6.0 - 4.6.6 + 4.6.7.0 + 4.6.7-dev 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 44140015..d046aeac 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -10,7 +10,7 @@ 4.0.0 com.tunnelvisionlabs antlr4-csharp - 4.6.6 + 4.6.7-SNAPSHOT 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 - v4.6.6 + HEAD