Skip to content

Commit d2c2368

Browse files
authored
Get ready for RC5 (#1874)
1 parent 4eda2f2 commit d2c2368

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 "rc5")
51+
set (GMT_PACKAGE_VERSION_SUFFIX "rc5")
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)