update version

This commit is contained in:
Terence Parr 2015-06-22 17:47:55 -07:00
parent 3c0f3a17e9
commit e4747acc72
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ Recognizer.ruleIndexMapCache = {};
Recognizer.prototype.checkVersion = function(toolVersion) {
var runtimeVersion = "4.5";
var runtimeVersion = "4.5.1";
if (runtimeVersion!==toolVersion) {
console.log("ANTLR runtime and generated code versions disagree: "+runtimeVersion+"!="+toolVersion);
}

View File

@ -1,6 +1,6 @@
{
"name": "antlr4",
"version": "4.5.2",
"version": "4.5.1",
"description": "JavaScript runtime for ANTLR4",
"main": "src/antlr4/index.js",
"repository": "antlr/antlr4-javascript.git",