Skip to content

Commit fa65481

Browse files
committed
updated version
1 parent b11dcd3 commit fa65481

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
@@ -4,7 +4,7 @@ set(CMAKE_C_STANDARD 99)
44

55
set(DIFF_ENGINE_VERSION_MAJOR 0)
66
set(DIFF_ENGINE_VERSION_MINOR 1)
7-
set(DIFF_ENGINE_VERSION_PATCH 0)
7+
set(DIFF_ENGINE_VERSION_PATCH 1)
88
set(DIFF_ENGINE_VERSION "${DIFF_ENGINE_VERSION_MAJOR}.${DIFF_ENGINE_VERSION_MINOR}.${DIFF_ENGINE_VERSION_PATCH}")
99
add_compile_definitions(DIFF_ENGINE_VERSION="${DIFF_ENGINE_VERSION}")
1010

0 commit comments

Comments
 (0)