Update API version to 2.1.0. (#3220)

Closes #3104.

JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác oszi@inf.u-szeged.hu
This commit is contained in:
Csaba Osztrogonác
2019-10-16 15:14:56 +02:00
committed by Dániel Bátyai
parent 8f39d90f7c
commit e8bc7a2b93
3 changed files with 12 additions and 3 deletions
+6 -1
View File
@@ -39,7 +39,12 @@ extern "C"
/**
* Minor version of JerryScript API.
*/
#define JERRY_API_MINOR_VERSION 0
#define JERRY_API_MINOR_VERSION 1
/**
* Patch version of JerryScript API.
*/
#define JERRY_API_PATCH_VERSION 0
/**
* JerryScript init flags.