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