Skip to content

Commit

Permalink
bumped MIR_VERSION_PATCH
Browse files Browse the repository at this point in the history
  • Loading branch information
William Wold committed Apr 19, 2018
1 parent bed58b4 commit 81c18e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)

set(MIR_VERSION_MAJOR 0)
set(MIR_VERSION_MINOR 31)
set(MIR_VERSION_PATCH 1)
set(MIR_VERSION_PATCH 2)

add_definitions(-DMIR_VERSION_MAJOR=${MIR_VERSION_MAJOR})
add_definitions(-DMIR_VERSION_MINOR=${MIR_VERSION_MINOR})
Expand Down

0 comments on commit 81c18e3

Please sign in to comment.