From c0270c48873e71d801a5f2413747a9211051c1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20B=C3=A1tyai?= Date: Fri, 12 Jun 2020 14:46:59 +0200 Subject: [PATCH] Update API version to 2.4 (#3900) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai dbatyai@inf.u-szeged.hu --- jerry-core/include/jerryscript-core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jerry-core/include/jerryscript-core.h b/jerry-core/include/jerryscript-core.h index bccf894cf..71e05defc 100644 --- a/jerry-core/include/jerryscript-core.h +++ b/jerry-core/include/jerryscript-core.h @@ -39,7 +39,7 @@ extern "C" /** * Minor version of JerryScript API. */ -#define JERRY_API_MINOR_VERSION 3 +#define JERRY_API_MINOR_VERSION 4 /** * Patch version of JerryScript API.