diff --git a/VERSION b/VERSION index faef31a..a3df0a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0 +0.8.0 diff --git a/benchmark/index.html b/benchmark/index.html index 92cf58a..5d2fe3f 100644 --- a/benchmark/index.html +++ b/benchmark/index.html @@ -33,7 +33,7 @@ - + diff --git a/lib/compiler/passes/generate-javascript.js b/lib/compiler/passes/generate-javascript.js index d533b56..52204e1 100644 --- a/lib/compiler/passes/generate-javascript.js +++ b/lib/compiler/passes/generate-javascript.js @@ -666,7 +666,7 @@ module.exports = function(ast, options) { parts.push([ '(function() {', ' /*', - ' * Generated by PEG.js 0.7.0.', + ' * Generated by PEG.js 0.8.0.', ' *', ' * http://pegjs.majda.cz/', ' */', diff --git a/lib/parser.js b/lib/parser.js index 43c5b79..3de9d26 100644 --- a/lib/parser.js +++ b/lib/parser.js @@ -1,6 +1,6 @@ module.exports = (function() { /* - * Generated by PEG.js 0.7.0. + * Generated by PEG.js 0.8.0. * * http://pegjs.majda.cz/ */ diff --git a/lib/peg.js b/lib/peg.js index aea3022..b83aa03 100644 --- a/lib/peg.js +++ b/lib/peg.js @@ -2,7 +2,7 @@ var utils = require("./utils"); module.exports = { /* PEG.js version (uses semantic versioning). */ - VERSION: "0.7.0", + VERSION: "0.8.0", GrammarError: require("./grammar-error"), parser: require("./parser"), diff --git a/package.json b/package.json index 1c4aa36..a12a8b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pegjs", - "version": "0.7.0", + "version": "0.8.0", "description": "Parser generator for JavaScript", "homepage": "http://pegjs.majda.cz/", "author": { diff --git a/spec/index.html b/spec/index.html index c1b2b25..8e2a25f 100644 --- a/spec/index.html +++ b/spec/index.html @@ -5,7 +5,7 @@ - +