aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/include/jerryscript-snapshot.h
diff options
context:
space:
mode:
authorRobert Fancsik <frobert@inf.u-szeged.hu>2019-10-02 12:17:45 +0200
committerDániel Bátyai <dbatyai@inf.u-szeged.hu>2019-10-02 12:17:45 +0200
commit2a89eec98b9e6c5cf68be69dca849da04954567f (patch)
tree1b020ec3ff0acfbd30d76417eab9d96507505353 /jerry-core/include/jerryscript-snapshot.h
parentf5e3faeaff1dd318a5b5e6c7e9b158fac5d5052f (diff)
Reduce code duplication in js-parser-expr.c (#3159)
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 b52e7dc6..12f21315 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 (23u)
+#define JERRY_SNAPSHOT_VERSION (24u)
/**
* Flags for jerry_generate_snapshot and jerry_generate_function_snapshot.