Add a note about semantic versioning to |PEG.VERSION| comment
This commit is contained in:
parent
7f2dc850e0
commit
abf33d3feb
|
@ -9,7 +9,7 @@
|
|||
var PEG = (function(undefined) {
|
||||
|
||||
var PEG = {
|
||||
/* PEG.js version. */
|
||||
/* PEG.js version (uses semantic versioning). */
|
||||
VERSION: "@VERSION",
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue