Skip to content

Commit

Permalink
Finalize 6 for release (#1947)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWessel authored Oct 31, 2019
1 parent acfb3ba commit b555b11
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 @@ -48,12 +48,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 "rc6")
# set (GMT_PACKAGE_VERSION_SUFFIX "")

# 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 b555b11

Please sign in to comment.