Skip to content

Commit

Permalink
Fix Mir version in CMakeLists.txt
Browse files Browse the repository at this point in the history
Closes: #1442
  • Loading branch information
RAOF committed Nov 19, 2020
1 parent 8859cbc commit 55e5f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)

set(MIR_VERSION_MAJOR 1)
set(MIR_VERSION_MINOR 7)
set(MIR_VERSION_PATCH 2)
set(MIR_VERSION_MINOR 8)
set(MIR_VERSION_PATCH 1)

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

0 comments on commit 55e5f33

Please sign in to comment.