Skip to content

Commit

Permalink
Merged in bump_9.1.0~pre2 (pull request gazebosim#651)
Browse files Browse the repository at this point in the history
Bump to 9.1.0~pre2

Approved-by: Louise Poubel <lupoubel@hotmail.com>
  • Loading branch information
chapulina committed Jan 25, 2020
2 parents 85d1c66 + 683d87e commit 6ab3134
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 1)
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}~pre1)
set (SDF_VERSION_FULL ${SDF_MAJOR_VERSION}.${SDF_MINOR_VERSION}.${SDF_PATCH_VERSION}~pre2)

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

0 comments on commit 6ab3134

Please sign in to comment.