From 2a89eec98b9e6c5cf68be69dca849da04954567f Mon Sep 17 00:00:00 2001 From: Robert Fancsik Date: Wed, 2 Oct 2019 12:17:45 +0200 Subject: Reduce code duplication in js-parser-expr.c (#3159) JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu --- jerry-core/include/jerryscript-snapshot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jerry-core/include/jerryscript-snapshot.h') 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. -- cgit v1.2.3