Skip to content

Commit 97c38dc

Browse files
committed
Update version numbers for release 4.6.4
1 parent 5e40358 commit 97c38dc

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

build/version.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
$AntlrVersion = "4.6.4-dev"
1+
$AntlrVersion = "4.6.4"

runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
[assembly: AssemblyVersion("4.6.0.0")]
4545
#if !COMPACT
4646
[assembly: AssemblyFileVersion("4.6.4.0")]
47-
[assembly: AssemblyInformationalVersion("4.6.4-dev")]
47+
[assembly: AssemblyInformationalVersion("4.6.4")]
4848
#endif

runtime/CSharp/Antlr4BuildTasks/Antlr4.net35.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<!-- Folder containing Antlr4BuildTasks.dll -->
55
<Antlr4BuildTaskPath>.</Antlr4BuildTaskPath>
66
<!-- Path to the ANTLR tool itself -->
7-
<Antlr4ToolPath>..\tools\antlr4-csharp-4.6.4-SNAPSHOT-complete.jar</Antlr4ToolPath>
7+
<Antlr4ToolPath>..\tools\antlr4-csharp-4.6.4-complete.jar</Antlr4ToolPath>
88
</PropertyGroup>
99
</Project>

runtime/CSharp/Antlr4BuildTasks/Antlr4.net35.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PropertyGroup>
2727
<Antlr4BuildTaskLocation Condition="'$(Antlr4BuildTaskPath)'==''">$(MSBuildBinPath)</Antlr4BuildTaskLocation>
2828
<Antlr4BuildTaskLocation Condition="'$(Antlr4BuildTaskPath)'!=''">$(Antlr4BuildTaskPath)</Antlr4BuildTaskLocation>
29-
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'==''">$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.4-SNAPSHOT-complete.jar</Antlr4ToolLocation>
29+
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'==''">$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.4-complete.jar</Antlr4ToolLocation>
3030
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'!=''">$(Antlr4ToolPath)</Antlr4ToolLocation>
3131

3232
<Antlr4JavaVendor Condition="'$(Antlr4JavaVendor)'==''">JavaSoft</Antlr4JavaVendor>

runtime/CSharp/Antlr4BuildTasks/Antlr4.net40.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<Antlr4BuildTaskPath Condition="'$(MSBuildRuntimeType)' != 'Core'">..\tools\net40</Antlr4BuildTaskPath>
66
<Antlr4BuildTaskPath Condition="'$(MSBuildRuntimeType)' == 'Core'">..\tools\netstandard</Antlr4BuildTaskPath>
77
<!-- Path to the ANTLR tool itself -->
8-
<Antlr4ToolPath>..\tools\antlr4-csharp-4.6.4-SNAPSHOT-complete.jar</Antlr4ToolPath>
8+
<Antlr4ToolPath>..\tools\antlr4-csharp-4.6.4-complete.jar</Antlr4ToolPath>
99
</PropertyGroup>
1010
</Project>

runtime/CSharp/Antlr4BuildTasks/Antlr4.net40.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PropertyGroup>
3030
<Antlr4BuildTaskLocation Condition="'$(Antlr4BuildTaskPath)'==''">$(MSBuildBinPath)</Antlr4BuildTaskLocation>
3131
<Antlr4BuildTaskLocation Condition="'$(Antlr4BuildTaskPath)'!=''">$(Antlr4BuildTaskPath)</Antlr4BuildTaskLocation>
32-
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'==''">$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.4-SNAPSHOT-complete.jar</Antlr4ToolLocation>
32+
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'==''">$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.6.4-complete.jar</Antlr4ToolLocation>
3333
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'!=''">$(Antlr4ToolPath)</Antlr4ToolLocation>
3434

3535
<Antlr4JavaVendor Condition="'$(Antlr4JavaVendor)'==''">JavaSoft</Antlr4JavaVendor>

runtime/CSharp/Antlr4BuildTasks/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
// [assembly: AssemblyVersion("1.0.*")]
3939
[assembly: AssemblyVersion("4.6.0.0")]
4040
[assembly: AssemblyFileVersion("4.6.4.0")]
41-
[assembly: AssemblyInformationalVersion("4.6.4-dev")]
41+
[assembly: AssemblyInformationalVersion("4.6.4")]

tool/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>com.tunnelvisionlabs</groupId>
1212
<artifactId>antlr4-csharp</artifactId>
13-
<version>4.6.4-SNAPSHOT</version>
13+
<version>4.6.4</version>
1414
<packaging>jar</packaging>
1515

1616
<name>ANTLR 4 Target C#</name>
@@ -68,7 +68,7 @@
6868
<url>https://github.com/tunnelvisionlabs/antlr4cs/tree/master</url>
6969
<connection>scm:git:git://github.com/tunnelvisionlabs/antlr4cs.git</connection>
7070
<developerConnection>scm:git:[email protected]:tunnelvisionlabs/antlr4cs.git</developerConnection>
71-
<tag>HEAD</tag>
71+
<tag>v4.6.4</tag>
7272
</scm>
7373

7474
<dependencies>

0 commit comments

Comments
 (0)