Skip to content

Commit

Permalink
Merge pull request #539 from eosnetworkfoundation/kayan-version-bump-…
Browse files Browse the repository at this point in the history
…0.4.2

version bump 0.4.2
  • Loading branch information
arhag committed May 12, 2023
2 parents 19fb4ad + da4ca77 commit 3530f2c
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.4.1)
set(PROJECT_VERSION 0.4.2)

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.4.1")
add_compile_definitions(PROJECT_VERSION="0.4.2")

# ethash
list(APPEND SOURCES
Expand Down

0 comments on commit 3530f2c

Please sign in to comment.