Skip to content

Commit 7a1cd2c

Browse files
authored
Update DOI and set release mode for 6.2.0 (#5296)
Place the reserved DOI and get ready for release builds.
1 parent c1ec8f4 commit 7a1cd2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/ConfigDefault.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ set (GMT_PACKAGE_DESCRIPTION_SUMMARY "The Generic Mapping Tools")
4242
set (GMT_VERSION_YEAR "2021")
4343

4444
# The GMT release DOI
45-
set (GMT_VERSION_DOI "https://doi.org/10.5281/zenodo.3924517")
45+
set (GMT_VERSION_DOI "https://doi.org/10.5281/zenodo.4900001")
4646

4747
# The GMT release citation
4848
set (GMT_VERSION_CITATION "Wessel, P., Luis, J. F., Uieda, L., Scharroo, R., Wobbe, F., Smith, W. H. F., & Tian, D. (2019). The Generic Mapping Tools version 6. Geochemistry, Geophysics, Geosystems, 20, 5556–5564. https://doi.org/10.1029/2019GC008515")
@@ -57,7 +57,7 @@ set (GMT_PACKAGE_VERSION_PATCH 0)
5757
# Whether to make a public release.
5858
# When making internal releases or just an ordinary developer build, it is set to FALSE.
5959
# When making *public* release, uncomment to set it to TRUE.
60-
#set (GMT_PUBLIC_RELEASE TRUE)
60+
set (GMT_PUBLIC_RELEASE TRUE)
6161

6262
# The GMT package version.
6363
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)