Skip to content

Commit beca00d

Browse files
committed
bump version to 0.1.4
1 parent 9480159 commit beca00d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
55

66
set(DIFF_ENGINE_VERSION_MAJOR 0)
77
set(DIFF_ENGINE_VERSION_MINOR 1)
8-
set(DIFF_ENGINE_VERSION_PATCH 3)
8+
set(DIFF_ENGINE_VERSION_PATCH 4)
99
set(DIFF_ENGINE_VERSION "${DIFF_ENGINE_VERSION_MAJOR}.${DIFF_ENGINE_VERSION_MINOR}.${DIFF_ENGINE_VERSION_PATCH}")
1010
add_compile_definitions(DIFF_ENGINE_VERSION="${DIFF_ENGINE_VERSION}")
1111

0 commit comments

Comments
 (0)