Skip to content

Commit

Permalink
update version to 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee committed Jul 3, 2024
1 parent 0666d67 commit 5e9d938
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 @@ -24,7 +24,7 @@ set(FISCO_BCOS_CMAKE_DIR "${CMAKE_CURRENT_LIST_DIR}/cmake" CACHE PATH "The path
list(APPEND CMAKE_MODULE_PATH ${FISCO_BCOS_CMAKE_DIR})
set(CMAKE_OSX_DEPLOYMENT_TARGET "14" CACHE STRING "Minimum OS X deployment version")

project(FISCO-BCOS VERSION "2.11.0")
project(FISCO-BCOS VERSION "2.11.1")
# Suffix like "-rc1" e.t.c. to append to versions wherever needed.
set(VERSION_SUFFIX "")

Expand Down
2 changes: 1 addition & 1 deletion tools/build_chain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ days=36500 # 100 years
timestamp=$(($(date '+%s')*1000))
chain_id=1
compatibility_version=""
default_version="2.11.0"
default_version="2.11.1"
rsa_key_length=2048
macOS=""
x86_64_arch="false"
Expand Down

0 comments on commit 5e9d938

Please sign in to comment.