Skip to content

Commit

Permalink
docs: add ABI version to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed May 9, 2019
1 parent 399e6f3 commit 6f5c617
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ values =
[bumpversion:file:CMakeLists.txt]

[bumpversion:file:include/evmc/evmc.h]
parse = EVMC_ABI_VERSION = (?P<major>\d+)
serialize = {major}
search = EVMC_ABI_VERSION = {current_version}
replace = EVMC_ABI_VERSION = {new_version}
Expand All @@ -32,3 +31,7 @@ search = version = \"{current_version}\"
[bumpversion:file:bindings/rust/evmc-vm/Cargo.toml]
search = version = \"{current_version}\"

[bumpversion:file:docs/EVMC.md]
serialize = {major}
search = ABI version {current_version}
replace = ABI version {new_version}
2 changes: 2 additions & 0 deletions docs/EVMC.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# EVMC – Ethereum Client-VM Connector API {#mainpage}

**ABI version 6**

The EVMC is the low-level ABI between Ethereum Virtual Machines (EVMs) and
Ethereum Clients. On the EVM-side it supports classic EVM1 and [ewasm].
On the Client-side it defines the interface for EVM implementations
Expand Down

0 comments on commit 6f5c617

Please sign in to comment.