Skip to content

Commit ec428d1

Browse files
authored
Merge pull request antlr#1691 from parrt/4.6.1-to-4.7
rename 4.6.1 to 4.7 everywhere
2 parents 05dad18 + 6215f18 commit ec428d1

File tree

37 files changed

+44
-44
lines changed

37 files changed

+44
-44
lines changed

antlr4-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.antlr</groupId>
1010
<artifactId>antlr4-master</artifactId>
11-
<version>4.6.1-SNAPSHOT</version>
11+
<version>4.7-SNAPSHOT</version>
1212
</parent>
1313
<artifactId>antlr4-maven-plugin</artifactId>
1414
<packaging>maven-plugin</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</parent>
1414
<groupId>org.antlr</groupId>
1515
<artifactId>antlr4-master</artifactId>
16-
<version>4.6.1-SNAPSHOT</version>
16+
<version>4.7-SNAPSHOT</version>
1717
<packaging>pom</packaging>
1818

1919
<name>ANTLR 4</name>

runtime-testsuite/annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.antlr</groupId>
1111
<artifactId>antlr4-master</artifactId>
12-
<version>4.6.1-SNAPSHOT</version>
12+
<version>4.7-SNAPSHOT</version>
1313
<relativePath>../../pom.xml</relativePath>
1414
</parent>
1515
<artifactId>antlr4-runtime-test-annotations</artifactId>

runtime-testsuite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.antlr</groupId>
1212
<artifactId>antlr4-master</artifactId>
13-
<version>4.6.1-SNAPSHOT</version>
13+
<version>4.7-SNAPSHOT</version>
1414
</parent>
1515
<artifactId>antlr4-runtime-testsuite</artifactId>
1616
<name>ANTLR 4 Runtime Tests (2nd generation)</name>

runtime-testsuite/processors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.antlr</groupId>
1111
<artifactId>antlr4-master</artifactId>
12-
<version>4.6.1-SNAPSHOT</version>
12+
<version>4.7-SNAPSHOT</version>
1313
<relativePath>../../pom.xml</relativePath>
1414
</parent>
1515
<artifactId>antlr4-runtime-test-annotation-processors</artifactId>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444
// [assembly: AssemblyVersion("1.0.*")]
45-
[assembly: AssemblyVersion("4.6.1")]
45+
[assembly: AssemblyVersion("4.7")]
4646
#if !COMPACT
47-
[assembly: AssemblyFileVersion("4.6.1")]
48-
[assembly: AssemblyInformationalVersion("4.6.1")]
47+
[assembly: AssemblyFileVersion("4.7")]
48+
[assembly: AssemblyInformationalVersion("4.7")]
4949
#endif

runtime/CSharp/runtime/CSharp/Package.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Antlr4.Runtime.Standard</id>
5-
<version>4.6.1</version>
5+
<version>4.7</version>
66
<language>en-us</language>
77
<title>ANTLR 4 Standard Runtime</title>
88
<description>The standard C# ANTLR 4 runtime from the ANTLR Organization</description>

runtime/CSharp/runtime/CSharp/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.6.1-*",
2+
"version": "4.7-*",
33
"frameworks": {
44
"netstandard1.3": {
55
"dependencies": {

runtime/Cpp/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.6.1
1+
4.7

runtime/Cpp/cmake/ExternalAntlr4Cpp.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ set(ANTLR4CPP_EXTERNAL_ROOT ${CMAKE_BINARY_DIR}/externals/antlr4cpp)
6666
# external repository
6767
# GIT_REPOSITORY https://github.com/antlr/antlr4.git
6868
set(ANTLR4CPP_EXTERNAL_REPO "https://github.com/antlr/antlr4.git")
69-
set(ANTLR4CPP_EXTERNAL_TAG "4.6.1")
69+
set(ANTLR4CPP_EXTERNAL_TAG "4.7")
7070

7171
if(NOT EXISTS "${ANTLR4CPP_JAR_LOCATION}")
7272
message(FATAL_ERROR "Unable to find antlr tool. ANTLR4CPP_JAR_LOCATION:${ANTLR4CPP_JAR_LOCATION}")

0 commit comments

Comments
 (0)