set versions to 4.5

This commit is contained in:
Terence Parr 2015-01-10 10:12:02 -08:00
parent 329b468d73
commit 8c05364099
7 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
[The "BSD license"]
Copyright (c) 2014 Terence Parr, Sam Harwell
Copyright (c) 2015 Terence Parr, Sam Harwell
All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

@ -28,10 +28,10 @@ by the grammar. For example, java, cpp, csharp, c, etc...
## Authors and major contributors
[Terence Parr](http://www.cs.usfca.edu/~parrt/), parrt@cs.usfca.edu
* [Terence Parr](http://www.cs.usfca.edu/~parrt/), parrt@cs.usfca.edu
ANTLR project lead and supreme dictator for life
[University of San Francisco](http://www.usfca.edu/)
[Sam Harwell](http://tunnelvisionlabs.com/)
* [Sam Harwell](http://tunnelvisionlabs.com/) (Tool co-author, Java and C# target)
Eric Vergnaud (Python2, Python3 targets)
* Eric Vergnaud (Javascript, Python2, Python3 targets and significant work on C# target)

View File

@ -32,7 +32,7 @@
</target>
<target name="build-init" depends="basic-init">
<property name="version" value="4.4"/>
<property name="version" value="4.5"/>
<property name="build.sysclasspath" value="ignore"/>
<property name="install.root.dir" value="${dist.dir}/antlr-${version}" />
<property name="jar.file" value="${dist.dir}/antlr-${version}-complete.jar" />

View File

@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.4-SNAPSHOT</version>
<version>4.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ANTLR 4</name>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.4-SNAPSHOT</version>
<version>4.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.4-SNAPSHOT</version>
<version>4.5-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.4-SNAPSHOT</version>
<version>4.5-SNAPSHOT</version>
</parent>
<artifactId>antlr4</artifactId>