Skip to content

Commit

Permalink
Merge pull request #622 from eosnetworkfoundation/bump_eosevm_to_0_5_1
Browse files Browse the repository at this point in the history
[0.5] Bump eos-evm to 0.5.1
  • Loading branch information
arhag committed Jul 12, 2023
2 parents 5cd3587 + 81d2477 commit 4da2499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ HunterGate(
)

project(eos_evm_node)
set(PROJECT_VERSION 0.5.0)
set(PROJECT_VERSION 0.5.1)

string(REGEX MATCH "([0-9]+)\\.([0-9]+)\\.([0-9]+)" _ ${PROJECT_VERSION})
set(PROJECT_VERSION_MAJOR ${CMAKE_MATCH_1})
Expand Down
2 changes: 1 addition & 1 deletion contract/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (WITH_LOGTIME)
endif()

add_compile_definitions(ANTELOPE)
add_compile_definitions(PROJECT_VERSION="0.5.0")
add_compile_definitions(PROJECT_VERSION="0.5.1")

# ethash
list(APPEND SOURCES
Expand Down

0 comments on commit 4da2499

Please sign in to comment.