Bump ABI version to 3

The tracing API has been added.
This commit is contained in:
Paweł Bylica 2018-07-25 18:25:28 +02:00
parent 9bda457ddd
commit a3cb335bab
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ extern "C" {
enum enum
{ {
/** The EVMC ABI version number of the interface declared in this file. */ /** The EVMC ABI version number of the interface declared in this file. */
EVMC_ABI_VERSION = 2 EVMC_ABI_VERSION = 3
}; };
/** /**