Skip to content

Commit

Permalink
Merged in bump9_pre4 (pull request gazebosim#627)
Browse files Browse the repository at this point in the history
bump to 9.0.0~pre4

Approved-by: Louise Poubel <lupoubel@hotmail.com>
  • Loading branch information
scpeters committed Dec 6, 2019
2 parents 4fa3f81 + ceddab7 commit 74281da
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 @@ -31,7 +31,7 @@ set (SDF_MINOR_VERSION 0)
set (SDF_PATCH_VERSION 0)

set (SDF_VERSION ${SDF_MAJOR_VERSION}.${SDF_MINOR_VERSION})
set (SDF_VERSION_FULL ${SDF_MAJOR_VERSION}.${SDF_MINOR_VERSION}.${SDF_PATCH_VERSION}~pre3)
set (SDF_VERSION_FULL ${SDF_MAJOR_VERSION}.${SDF_MINOR_VERSION}.${SDF_PATCH_VERSION}~pre4)

string (TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)
string(REGEX REPLACE "[0-9]+" "" PROJECT_NAME_NO_VERSION ${PROJECT_NAME})
Expand Down

0 comments on commit 74281da

Please sign in to comment.