Skip to content

Commit f75038a

Browse files
authored
Update the CMake Defaults to ready RC1 (#982)
As per checklist.
1 parent 0d20204 commit f75038a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/ConfigDefault.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ set (GMT_PACKAGE_VERSION_MAJOR 6)
4242
set (GMT_PACKAGE_VERSION_MINOR 0)
4343
set (GMT_PACKAGE_VERSION_PATCH 0)
4444
# If this is a beta version or similar, add a string suffix
45-
# set (GMT_PACKAGE_VERSION_SUFFIX "b1")
45+
set (GMT_PACKAGE_VERSION_SUFFIX "rc1")
4646

4747
# Whether to make a public release.
4848
# When making internal releases or just an ordinary developer build, it is set to FALSE.
4949
# When making *public* release, uncomment to set it to TRUE.
50-
# set (GMT_PUBLIC_RELEASE TRUE)
50+
set (GMT_PUBLIC_RELEASE TRUE)
5151

5252
# The GMT package version.
5353
set (GMT_PACKAGE_VERSION "${GMT_PACKAGE_VERSION_MAJOR}.${GMT_PACKAGE_VERSION_MINOR}.${GMT_PACKAGE_VERSION_PATCH}${GMT_PACKAGE_VERSION_SUFFIX}")

0 commit comments

Comments
 (0)