aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/include/jerryscript-snapshot.h
diff options
context:
space:
mode:
authorRobert Fancsik <frobert@inf.u-szeged.hu>2021-01-19 16:20:23 +0100
committerGitHub <noreply@github.com>2021-01-19 16:20:23 +0100
commit3e548401fd062797fed39ba8abe51e35dc5a75ff (patch)
treeef6c5779d3ec00fcaf656750b15336be7fd38635 /jerry-core/include/jerryscript-snapshot.h
parentd97540e883694a609e898d2ee995ae965f0ae5ff (diff)
Invalid regexp literals should throw syntax error in ES11 (#4506)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
Diffstat (limited to 'jerry-core/include/jerryscript-snapshot.h')
-rw-r--r--jerry-core/include/jerryscript-snapshot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jerry-core/include/jerryscript-snapshot.h b/jerry-core/include/jerryscript-snapshot.h
index a0db21ab..831bb492 100644
--- a/jerry-core/include/jerryscript-snapshot.h
+++ b/jerry-core/include/jerryscript-snapshot.h
@@ -30,7 +30,7 @@ extern "C"
/**
* Jerry snapshot format version.
*/
-#define JERRY_SNAPSHOT_VERSION (62u)
+#define JERRY_SNAPSHOT_VERSION (63u)
/**
* Flags for jerry_generate_snapshot and jerry_generate_function_snapshot.