Skip to content

Commit b555b11

Browse files
authored
Finalize 6 for release (#1947)
1 parent acfb3ba commit b555b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/ConfigDefault.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ set (GMT_PACKAGE_VERSION_MAJOR 6)
4848
set (GMT_PACKAGE_VERSION_MINOR 0)
4949
set (GMT_PACKAGE_VERSION_PATCH 0)
5050
# If this is a beta version or similar, add a string suffix
51-
# set (GMT_PACKAGE_VERSION_SUFFIX "rc6")
51+
# set (GMT_PACKAGE_VERSION_SUFFIX "")
5252

5353
# Whether to make a public release.
5454
# When making internal releases or just an ordinary developer build, it is set to FALSE.
5555
# When making *public* release, uncomment to set it to TRUE.
56-
# set (GMT_PUBLIC_RELEASE TRUE)
56+
set (GMT_PUBLIC_RELEASE TRUE)
5757

5858
# The GMT package version.
5959
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)