Skip to content

Commit

Permalink
Bump up version to v0.3.10 and upgrade intel-tbb for bugfixes.
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <[email protected]>
  • Loading branch information
sighingnow committed Nov 24, 2021
1 parent 85bb5fa commit 1d036bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}'.")
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version = 0.3.9
version = 0.3.10

[pycodestyle]
max_line_length = 120
Expand Down
4 changes: 2 additions & 2 deletions src/common/util/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_
2 changes: 1 addition & 1 deletion thirdparty/intel-tbb

0 comments on commit 1d036bc

Please sign in to comment.