Skip to content
Snippets Groups Projects
Commit fc9e03b7 authored by 何涛's avatar 何涛
Browse files

Bump up vineyard version to v0.5.2.


Signed-off-by: default avatarTao He <linzhu.ht@alibaba-inc.com>
parent 6eecc3ee
No related branches found
Tags v0.5.2
No related merge requests found
......@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.3)
set(VINEYARD_MAJOR_VERSION 0)
set(VINEYARD_MINOR_VERSION 5)
set(VINEYARD_PATCH_VERSION 1)
set(VINEYARD_PATCH_VERSION 2)
set(VINEYARD_VERSION ${VINEYARD_MAJOR_VERSION}.${VINEYARD_MINOR_VERSION}.${VINEYARD_PATCH_VERSION})
message(STATUS "Configuring and building vineyard version '${VINEYARD_VERSION}'.")
......
[metadata]
version = 0.5.1
version = 0.5.2
[pycodestyle]
max_line_length = 88
......
......@@ -18,11 +18,11 @@ limitations under the License.
#define VINEYARD_VERSION_MAJOR 0
#define VINEYARD_VERSION_MINOR 5
#define VINEYARD_VERSION_PATCH 1
#define VINEYARD_VERSION_PATCH 2
#define VINEYARD_VERSION \
((VINEYARD_VERSION_MAJOR * 1000) + VINEYARD_VERSION_MINOR) * 1000 + \
VINEYARD_VERSION_PATCH
#define VINEYARD_VERSION_STRING "0.5.1"
#define VINEYARD_VERSION_STRING "0.5.2"
#endif // SRC_COMMON_UTIL_CONFIG_H_
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment