We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11dcd3 commit fa65481Copy full SHA for fa65481
CMakeLists.txt
@@ -4,7 +4,7 @@ set(CMAKE_C_STANDARD 99)
4
5
set(DIFF_ENGINE_VERSION_MAJOR 0)
6
set(DIFF_ENGINE_VERSION_MINOR 1)
7
-set(DIFF_ENGINE_VERSION_PATCH 0)
+set(DIFF_ENGINE_VERSION_PATCH 1)
8
set(DIFF_ENGINE_VERSION "${DIFF_ENGINE_VERSION_MAJOR}.${DIFF_ENGINE_VERSION_MINOR}.${DIFF_ENGINE_VERSION_PATCH}")
9
add_compile_definitions(DIFF_ENGINE_VERSION="${DIFF_ENGINE_VERSION}")
10
0 commit comments