Skip to content

Commit

Permalink
Update ConfigDefaults (#1089)
Browse files Browse the repository at this point in the history
Per checklist we shall commit this change prior to building the release.
  • Loading branch information
PaulWessel authored Jul 3, 2019
1 parent a3b2131 commit ab75cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/ConfigDefault.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ set (GMT_PACKAGE_VERSION_MAJOR 6)
set (GMT_PACKAGE_VERSION_MINOR 0)
set (GMT_PACKAGE_VERSION_PATCH 0)
# If this is a beta version or similar, add a string suffix
#set (GMT_PACKAGE_VERSION_SUFFIX "rc2")
set (GMT_PACKAGE_VERSION_SUFFIX "rc2")

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

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

0 comments on commit ab75cc2

Please sign in to comment.