Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elmato committed Mar 21, 2023
1 parent 47aaa9b commit be588bd
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(trustevm_node)
set(PROJECT_VERSION 0.2.1)
set(PROJECT_VERSION 0.3.0)

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.2.1")
add_compile_definitions(PROJECT_VERSION="0.3.0")

# ethash
list(APPEND SOURCES
Expand Down

0 comments on commit be588bd

Please sign in to comment.