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)
48
48
set (GMT_PACKAGE_VERSION_MINOR 0 )
49
49
set (GMT_PACKAGE_VERSION_PATCH 0 )
50
50
# 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" )
52
52
53
53
# Whether to make a public release.
54
54
# When making internal releases or just an ordinary developer build, it is set to FALSE.
55
55
# When making *public* release, uncomment to set it to TRUE.
56
- # set (GMT_PUBLIC_RELEASE TRUE)
56
+ set (GMT_PUBLIC_RELEASE TRUE )
57
57
58
58
# The GMT package version.
59
59
set (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