Skip to content

Commit b9d282f

Browse files
committed
update version
1 parent 4f40588 commit b9d282f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
55

66
set(DIFF_ENGINE_VERSION_MAJOR 0)
77
set(DIFF_ENGINE_VERSION_MINOR 1)
8-
set(DIFF_ENGINE_VERSION_PATCH 5)
8+
set(DIFF_ENGINE_VERSION_PATCH 6)
99
set(DIFF_ENGINE_VERSION "${DIFF_ENGINE_VERSION_MAJOR}.${DIFF_ENGINE_VERSION_MINOR}.${DIFF_ENGINE_VERSION_PATCH}")
1010
add_compile_definitions(DIFF_ENGINE_VERSION="${DIFF_ENGINE_VERSION}")
1111

0 commit comments

Comments
 (0)