From 1d036bc363b78f3b478a31341f9c1ab589997ecc Mon Sep 17 00:00:00 2001 From: Tao He Date: Wed, 24 Nov 2021 21:38:57 +0800 Subject: [PATCH] Bump up version to v0.3.10 and upgrade intel-tbb for bugfixes. Signed-off-by: Tao He --- CMakeLists.txt | 2 +- setup.cfg | 2 +- src/common/util/config.h | 4 ++-- thirdparty/intel-tbb | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 86bd496c..2e629158 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8) set(VINEYARD_MAJOR_VERSION 0) set(VINEYARD_MINOR_VERSION 3) -set(VINEYARD_PATCH_VERSION 9) +set(VINEYARD_PATCH_VERSION 10) set(VINEYARD_VERSION ${VINEYARD_MAJOR_VERSION}.${VINEYARD_MINOR_VERSION}.${VINEYARD_PATCH_VERSION}) message(STATUS "Configuring and building vineyard version '${VINEYARD_VERSION}'.") diff --git a/setup.cfg b/setup.cfg index e09fc5c6..58dd4465 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 0.3.9 +version = 0.3.10 [pycodestyle] max_line_length = 120 diff --git a/src/common/util/config.h b/src/common/util/config.h index 6058bfcd..74502128 100644 --- a/src/common/util/config.h +++ b/src/common/util/config.h @@ -18,11 +18,11 @@ limitations under the License. #define VINEYARD_VERSION_MAJOR 0 #define VINEYARD_VERSION_MINOR 3 -#define VINEYARD_VERSION_PATCH 9 +#define VINEYARD_VERSION_PATCH 10 #define VINEYARD_VERSION \ ((VINEYARD_VERSION_MAJOR * 1000) + VINEYARD_VERSION_MINOR) * 1000 + \ VINEYARD_VERSION_PATCH -#define VINEYARD_VERSION_STRING "0.3.9" +#define VINEYARD_VERSION_STRING "0.3.10" #endif // SRC_COMMON_UTIL_CONFIG_H_ diff --git a/thirdparty/intel-tbb b/thirdparty/intel-tbb index 9e15720b..fb8ae3b9 160000 --- a/thirdparty/intel-tbb +++ b/thirdparty/intel-tbb @@ -1 +1 @@ -Subproject commit 9e15720bc7744f85dff611d34d65e9099e077da4 +Subproject commit fb8ae3b97db8856b273eaa84ca8bcd22110ea48d