File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ set (GMT_PACKAGE_VERSION_MAJOR 6)
4848set (GMT_PACKAGE_VERSION_MINOR 0)
4949set (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.
5959set (GMT_PACKAGE_VERSION "${GMT_PACKAGE_VERSION_MAJOR} .${GMT_PACKAGE_VERSION_MINOR} .${GMT_PACKAGE_VERSION_PATCH}${GMT_PACKAGE_VERSION_SUFFIX} " )
You can’t perform that action at this time.
0 commit comments