More versions updated.

This commit is contained in:
Mike Lischke 2017-02-25 10:48:12 +01:00
parent a4e0948600
commit a55baba44c
2 changed files with 3 additions and 3 deletions

View File

@ -385,7 +385,7 @@ namespace antlr4 {
* and currently there is no setParent() in {@link TerminalNode} (and can't
* add method in Java 1.7 without breaking backward compatibility).
*
* @since 4.6.1
* @since 4.7
*/
tree::TerminalNode *createTerminalNode(Token *t);
@ -397,7 +397,7 @@ namespace antlr4 {
* and currently there is no setParent() in {@link ErrorNode} (and can't
* add method in Java 1.7 without breaking backward compatibility).
*
* @since 4.6.1
* @since 4.7
*/
tree::ErrorNode *createErrorNode(Token *t);

View File

@ -7,7 +7,7 @@
using namespace antlr4;
const std::string RuntimeMetaData::VERSION = "4.6.1";
const std::string RuntimeMetaData::VERSION = "4.7";
std::string RuntimeMetaData::getRuntimeVersion() {
return VERSION;