summaryrefslogtreecommitdiff
path: root/examples/Boxes.pl
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2023-12-15 21:25:55 +0100
committergregor herrmann <gregoa@debian.org>2023-12-15 21:25:55 +0100
commit900134cb227e50fe9047d0f48707ec7899c8c1f0 (patch)
treefe5bc6f0e7e00ccf9ad39ee858720d842bb82a1f /examples/Boxes.pl
parent00c23136faf4a0a7015ba5f8daecb98fb33ba6cc (diff)
parente2f017af7599617065e54b1ad68a0ccc6afaf980 (diff)
Update upstream source from tag 'upstream/3.026'
Update to upstream version '3.026' with Debian dir d8536bf85ae20bcf7ac21ae3322a229ea3f49b28
Diffstat (limited to 'examples/Boxes.pl')
-rw-r--r--examples/Boxes.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Boxes.pl b/examples/Boxes.pl
index 89eeb14..3841168 100644
--- a/examples/Boxes.pl
+++ b/examples/Boxes.pl
@@ -21,7 +21,7 @@ my $trimbox_adj = 1/mm; # in from bleed box
my $bleedbox_adj = 36/pt; # in from crop box on top and right for printer inst.
my $cropbox_adj = 0.25/in; # in from media edge
-our $VERSION = '3.025'; # VERSION
+our $VERSION = '3.026'; # VERSION
our $LAST_UPDATE = '3.023'; # manually update whenever code is changed
my $PDFname = $0;