Skip to content

Commit

Permalink
target 3.6-rc1 using cdt 4.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpassmore committed Aug 12, 2024
1 parent 7da610b commit 9a893ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cicd/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"prerelease":false
},
"cdt":{
"target":"main",
"prerelease":false
"target":"4.1",
"prerelease":true
}
}
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(eosio_contracts)
set(VERSION_MAJOR 3)
set(VERSION_MINOR 6)
set(VERSION_PATCH 0)
set(VERSION_SUFFIX dev)
set(VERSION_SUFFIX rc1)

if(VERSION_SUFFIX)
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")
Expand Down

0 comments on commit 9a893ab

Please sign in to comment.