Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions admin/copyright_year.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# bash admin/copyright_year.sh
#

lastyear=2024
newyear=2025
lastyear=2025
newyear=2026

if [ ! -d cmake ]; then
echo "Must be run from top-level gmt directory"
Expand Down
2 changes: 1 addition & 1 deletion cmake/ConfigDefault.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ set (GMT_PACKAGE_NAME "GMT")
set (GMT_PACKAGE_DESCRIPTION_SUMMARY "The Generic Mapping Tools")

# Year of the current GMT release.
set (GMT_VERSION_YEAR "2025")
set (GMT_VERSION_YEAR "2026")

# The GMT release DOI
set (GMT_VERSION_DOI "https://doi.org/10.5281/zenodo.16448627")
Expand Down
3 changes: 2 additions & 1 deletion src/PSL_strings.h
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,8 @@ static char *PSL_prologue_str =
" xc_SP yc_SP matrix currentmatrix transform /yc_SP_user edef /xc_SP_user edef\n"
" radius_SP 0 matrix currentmatrix dtransform dup mul exch dup mul add sqrt /radius_SP_user edef\n"
" /SP_lx where {pop /SP_lx_orig SP_lx def /SP_ly_orig SP_ly def} {/SP_lx_orig 0.0 def /SP_ly_orig 0.0 def} ifelse\n"
" radius_SP_user SP_lx_orig mul /SP_lx_user edef radius_SP_user SP_ly_orig mul /SP_ly_user edef\n"
" radius_SP_user SP_lx_orig mul /SP_lx_user edef\n"
" radius_SP_user SP_ly_orig mul /SP_ly_user edef\n"
" matrix setmatrix\n"
" SP_no_fill {\n"
" % No fill (outline only, drawn separately in C code)\n"
Expand Down
2 changes: 1 addition & 1 deletion src/img/img2google
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Copyright (c) 2009-2025 by David Sandwell and Paul Wessel
# Copyright (c) 2009-2026 by David Sandwell and Paul Wessel
# Credit to Joaquim Luis for adding KML output from ps2raster
#
# Shell script that will generate a Google Earth png tile from
Expand Down
Empty file modified test/grdview/gouraud.sh
100644 → 100755
Empty file.
Empty file modified test/psxy/gradients.sh
100644 → 100755
Empty file.
Empty file modified test/psxyz/gradients3d.sh
100644 → 100755
Empty file.
Loading