We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a38d2 commit a54f69cCopy full SHA for a54f69c
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 2)
8
-set(DIFF_ENGINE_VERSION_PATCH 1)
+set(DIFF_ENGINE_VERSION_PATCH 2)
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