Skip to content

Commit

Permalink
Merge pull request #24 from koinos/bump-version
Browse files Browse the repository at this point in the history
Bump version to v1.1.0
  • Loading branch information
sgerbino authored Feb 8, 2023
2 parents 9cf3a7c + 83bf733 commit 8e9d50e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ HunterGate(
LOCAL
)

project(koinos_state_db VERSION 1.0.0 LANGUAGES CXX C)
project(koinos_state_db VERSION 1.1.0 LANGUAGES CXX C)

#
# CONFIGURATION
Expand Down
30 changes: 15 additions & 15 deletions cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -96,33 +96,33 @@ hunter_config(ethash
CMAKE_CXX_STANDARD_REQUIRED=ON
)

hunter_config(koinos_util
URL "https://github.com/koinos/koinos-util-cpp/archive/191ef0228e6c05a8a678b9de73c0e1d52b769371.tar.gz"
SHA1 "4d289dd00c20f23be7970f9bc933e79e08b6e933"
hunter_config(koinos_log
URL "https://github.com/koinos/koinos-log-cpp/archive/ca1fdcbb26ee2d9c2c45f8692747b3f7a5235025.tar.gz"
SHA1 "3eb809598fc1812e217d867e583abe69f4804e38"
CMAKE_ARGS
BUILD_TESTS=OFF
)

hunter_config(koinos_log
URL "https://github.com/koinos/koinos-log-cpp/archive/84d5707bdd71331203c3bd0a96b1bd0b9c7d0751.tar.gz"
SHA1 "d67af4848f92c4b19422858424b512de7eacbadc"
hunter_config(koinos_util
URL "https://github.com/koinos/koinos-util-cpp/archive/dd3e15f0b08a99082b736b901bb78c0af4ed1982.tar.gz"
SHA1 "e5b475c10885dc5426c16a3e1122267b4a1668e1"
CMAKE_ARGS
BUILD_TESTS=OFF
)

hunter_config(koinos_proto
URL "https://github.com/koinos/koinos-proto-cpp/archive/7ba5e8347ce4dd080a17c3932ef5895cec8727e0.tar.gz"
SHA1 "131e43e18f9a6948c82f4352219c7577dc1023e8"
)

hunter_config(koinos_exception
URL "https://github.com/koinos/koinos-exception-cpp/archive/60100f7d5e2e2c22fb64ed5054b7dc2012234726.tar.gz"
SHA1 "e5918ca856d8b3b0b4890d6abe7d428f6359906f"
URL "https://github.com/koinos/koinos-exception-cpp/archive/5501569e8bec1c97ddc1257e25ec1149bc2b50e9.tar.gz"
SHA1 "5c6966904fa5d28b7ea86194ef2fb4ce68fbdb59"
CMAKE_ARGS
BUILD_TESTS=OFF
)

hunter_config(koinos_proto
URL "https://github.com/koinos/koinos-proto-cpp/archive/db90e99d6f8997861db6083efb8d0805bcd51d48.tar.gz"
SHA1 "366952245578b37bc9991e0994b7585334de7d95"
)

hunter_config(koinos_crypto
URL "https://github.com/koinos/koinos-crypto-cpp/archive/95eb11c0d18561bfa26d3df53ce7d7f5a1d6bf9b.tar.gz"
SHA1 "9e5653a5b9d0f00855b7a909aa5229d6ac57912f"
URL "https://github.com/koinos/koinos-crypto-cpp/archive/2f91acfd683b824439b9844095cdc2e89f371037.tar.gz"
SHA1 "88a3d6f6a6d029aa287f85acb4a878dc844818b1"
)

0 comments on commit 8e9d50e

Please sign in to comment.