Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit 51d06ae

Browse files
authored
Merge pull request #416 from EOSIO/bump-version-to-1.9.0-rc4
Bump version to v1.9.0-rc4
2 parents 988bb42 + 5905369 commit 51d06ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(eosio_contracts)
55
set(VERSION_MAJOR 1)
66
set(VERSION_MINOR 9)
77
set(VERSION_PATCH 0)
8-
set(VERSION_SUFFIX rc3)
8+
set(VERSION_SUFFIX rc4)
99

1010
if (VERSION_SUFFIX)
1111
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# eosio.contracts
22

3-
## Version : 1.9.0-rc3
3+
## Version : 1.9.0-rc4
44

55
The design of the EOSIO blockchain calls for a number of smart contracts that are run at a privileged permission level in order to support functions such as block producer registration and voting, token staking for CPU and network bandwidth, RAM purchasing, multi-sig, etc. These smart contracts are referred to as the bios, system, msig, wrap (formerly known as sudo) and token contracts.
66

0 commit comments

Comments
 (0)