Skip to content

Commit bdf864e

Browse files
committed
Bump up vineyard version to v0.24.3
Signed-off-by: Ye Cao <[email protected]>
1 parent 1458bff commit bdf864e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.3)
22

33
set(VINEYARD_MAJOR_VERSION 0)
44
set(VINEYARD_MINOR_VERSION 24)
5-
set(VINEYARD_PATCH_VERSION 2)
5+
set(VINEYARD_PATCH_VERSION 3)
66
set(VINEYARD_VERSION ${VINEYARD_MAJOR_VERSION}.${VINEYARD_MINOR_VERSION}.${VINEYARD_PATCH_VERSION})
77

88
message(STATUS "Configuring and building vineyard version '${VINEYARD_VERSION}'.")

0 commit comments

Comments
 (0)