Skip to content

Commit

Permalink
Update version numbers for release 4.6.5-rc002
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed May 25, 2018
1 parent 1e7e22d commit 678dedf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/DotnetValidation/DotnetValidation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</Choose>

<ItemGroup>
<PackageReference Include="Antlr4" Version="4.6.5-dev" />
<PackageReference Include="Antlr4" Version="4.6.5-rc002" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion build/DotnetValidationJavaCodegen/DotnetValidation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</Choose>

<ItemGroup>
<PackageReference Include="Antlr4" Version="4.6.5-dev" />
<PackageReference Include="Antlr4" Version="4.6.5-rc002" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion build/version.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$AntlrVersion = "4.6.5-dev"
$AntlrVersion = "4.6.5-rc002"
2 changes: 1 addition & 1 deletion runtime/CSharp/Antlr4.Runtime/Antlr4.Runtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<AssemblyVersion>4.6.0.0</AssemblyVersion>
<FileVersion>4.6.5.0</FileVersion>
<InformationalVersion>4.6.5-dev</InformationalVersion>
<InformationalVersion>4.6.5-rc002</InformationalVersion>
<Description>The original, highly-optimized C# runtime for ANTLR 4.</Description>
<Copyright>Copyright © Sam Harwell 2015</Copyright>
<Company>Tunnel Vision Laboratories, LLC</Company>
Expand Down
2 changes: 1 addition & 1 deletion runtime/CSharp/Antlr4.Tool/Antlr4.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<AssemblyVersion>4.6.0.0</AssemblyVersion>
<FileVersion>4.6.5.0</FileVersion>
<InformationalVersion>4.6.5-dev</InformationalVersion>
<InformationalVersion>4.6.5-rc002</InformationalVersion>
<Description>A C# port of the ANTLR 4 code generation tool.</Description>
<Copyright>Copyright © Sam Harwell 2016</Copyright>
<Company>Tunnel Vision Laboratories, LLC</Company>
Expand Down
2 changes: 1 addition & 1 deletion tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<url>https://github.com/tunnelvisionlabs/antlr4cs/tree/master</url>
<connection>scm:git:git://github.com/tunnelvisionlabs/antlr4cs.git</connection>
<developerConnection>scm:git:git@github.com:tunnelvisionlabs/antlr4cs.git</developerConnection>
<tag>HEAD</tag>
<tag>v4.6.5-rc002</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 678dedf

Please sign in to comment.