From d68a4207e35d90a81bc5071a9adbb223a7bce66f Mon Sep 17 00:00:00 2001 From: Matias Romeo Date: Thu, 30 May 2024 03:39:00 -0300 Subject: [PATCH 1/2] Bump 1.0.0-rc2 version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 20fa8aa2..76a81c9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ if(NOT SILKWORM_HAS_PARENT) endif() project(silkworm) -set(PROJECT_VERSION 1.0.0-rc1) +set(PROJECT_VERSION 1.0.0-rc2) # conan must be initiailzed after project definition to properly detect target architecture. if(NOT SILKWORM_HAS_PARENT) From ac7498b898f8a16a28b5396ef0ff34bd2c28927e Mon Sep 17 00:00:00 2001 From: Matias Romeo Date: Tue, 4 Jun 2024 14:41:44 -0300 Subject: [PATCH 2/2] Bump 1.0.1 version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 76a81c9b..bddac276 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ if(NOT SILKWORM_HAS_PARENT) endif() project(silkworm) -set(PROJECT_VERSION 1.0.0-rc2) +set(PROJECT_VERSION 1.0.1) # conan must be initiailzed after project definition to properly detect target architecture. if(NOT SILKWORM_HAS_PARENT)