Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeVerney authored Mar 2, 2018
1 parent 702360b commit 7dc170f
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 @@ -9,7 +9,7 @@ SET (FESAPI_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})
set (Fesapi_VERSION_MAJOR 0)
set (Fesapi_VERSION_MINOR 11)
set (Fesapi_VERSION_PATCH 1)
set (Fesapi_VERSION_TWEAK 0)
set (Fesapi_VERSION_TWEAK 1)

set (Fesapi_VERSION ${Fesapi_VERSION_MAJOR}.${Fesapi_VERSION_MINOR}.${Fesapi_VERSION_PATCH}.${Fesapi_VERSION_TWEAK})

Expand Down

0 comments on commit 7dc170f

Please sign in to comment.