Skip to content

Commit

Permalink
Bump ABI version to 3
Browse files Browse the repository at this point in the history
The tracing API has been added.
  • Loading branch information
chfast committed Jul 25, 2018
1 parent d951426 commit bff6445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/evmc/evmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ extern "C" {
enum
{
/** The EVMC ABI version number of the interface declared in this file. */
EVMC_ABI_VERSION = 2
EVMC_ABI_VERSION = 3
};

/**
Expand Down

0 comments on commit bff6445

Please sign in to comment.