We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6e149 commit 5316598Copy full SHA for 5316598
1 file changed
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 1)
+set(DIFF_ENGINE_VERSION_PATCH 2)
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