Skip to content

Commit 7defe82

Browse files
committed
Step release tags
1 parent f223327 commit 7defe82

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
LaTeX support for color and graphics
22
====================================
33

4-
Release 2025-01-21
4+
Release 2025-09-29
55

66
This bundle contains the 'engine-dependent' part of support for
77
color and graphics in LaTeX2e (the code here will also function

dvipdfmx.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
%% https://github.com/latex3/graphics-def/issues
1818
%%
1919
\ProvidesFile{dvipdfmx.def}
20-
[2022/09/22 v5.0m Graphics/color driver for dvipdfmx]
20+
[2025/09/29 v5.0n Graphics/color driver for dvipdfmx]
2121
\def\GPT@space{ }
2222
\def\c@lor@arg#1{%
2323
\dimen@#1\p@

luatex.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
%% https://github.com/latex3/graphics-def/issues
2121
%%
2222
\ProvidesFile{luatex.def}
23-
[2024/04/13 v1.2e Graphics/color driver for luatex]
23+
[2025/09/29 v1.2f Graphics/color driver for luatex]
2424
\def\GPT@space{ }
2525
\def\c@lor@arg#1{%
2626
\dimen@#1\p@

pdftex.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
%% https://github.com/latex3/graphics-def/issues
2121
%%
2222
\ProvidesFile{pdftex.def}
23-
[2024/04/13 v1.2c Graphics/color driver for pdftex]
23+
[2025/09/29 v1.2d Graphics/color driver for pdftex]
2424
\def\GPT@space{ }
2525
\def\c@lor@arg#1{%
2626
\dimen@#1\p@

xetex.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
%% https://github.com/latex3/graphics-def/issues
1818
%%
1919
\ProvidesFile{xetex.def}
20-
[2022/09/22 v5.0n Graphics/color driver for xetex]
20+
[2025/09/29 v5.0o Graphics/color driver for xetex]
2121
\def\GPT@space{ }
2222
\def\c@lor@arg#1{%
2323
\dimen@#1\p@

0 commit comments

Comments
 (0)