From d7404700ad8b2bd2652e5af76e77a02aa07bee05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20B=C3=A1tyai?= Date: Fri, 7 Feb 2020 15:38:49 +0100 Subject: [PATCH] Update API version to 2.2.0 (#3547) 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 79aa01489..2223686ba 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 1 +#define JERRY_API_MINOR_VERSION 2 /** * Patch version of JerryScript API.