Skip to content

Commit

Permalink
Prepare version 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeVerney authored Jun 12, 2019
1 parent 7f88c1d commit 457082e
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 @@ -16,7 +16,7 @@ set (Fesapi_VERSION ${Fesapi_VERSION_MAJOR}.${Fesapi_VERSION_MINOR}.${Fesapi_VER
set (CPP_LIBRARY_NAME FesapiCpp)
set (CS_LIBRARY_NAME FesapiCs)
set (SUFFIX_INCLUDES_VERSION TRUE)
set (UNDER_DEV TRUE)
set (UNDER_DEV FALSE)
if (${UNDER_DEV})
set (CPP_LIBRARY_NAME ${CPP_LIBRARY_NAME}UnderDev)
set (CS_LIBRARY_NAME ${CS_LIBRARY_NAME}UnderDev)
Expand Down

0 comments on commit 457082e

Please sign in to comment.