Skip to content

Commit

Permalink
Merged in bump9_pre3 (pull request gazebosim#624)
Browse files Browse the repository at this point in the history
bump to 9.0.0~pre3

Approved-by: Louise Poubel <lupoubel@hotmail.com>
  • Loading branch information
scpeters committed Dec 5, 2019
2 parents 738c725 + 09fc6b3 commit 4f721e3
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}~pre2)
set (SDF_VERSION_FULL ${SDF_MAJOR_VERSION}.${SDF_MINOR_VERSION}.${SDF_PATCH_VERSION}~pre3)

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

0 comments on commit 4f721e3

Please sign in to comment.