diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2020-12-15 20:14:39 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2020-12-15 20:14:39 +0000 |
commit | babbe1b15d1c9f635298516f00f13b8ca79d4d5f (patch) | |
tree | cb8aae4c7c59f4aa9e67ac45e8e427bbd46b0d38 /Build/source/texk/dvipdfm-x/configure.ac | |
parent | 0a65a3ec9431c2736f74c6ddde40ae128752af4f (diff) |
dvipdfm-x : Fix a bug introduced in rev.56265: Change behavior when the resource
object is an indirect object.
git-svn-id: svn://tug.org/texlive/trunk@57144 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x/configure.ac')
-rw-r--r-- | Build/source/texk/dvipdfm-x/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvipdfm-x/configure.ac b/Build/source/texk/dvipdfm-x/configure.ac index 47c0d0ff61a..9724740b696 100644 --- a/Build/source/texk/dvipdfm-x/configure.ac +++ b/Build/source/texk/dvipdfm-x/configure.ac @@ -8,7 +8,7 @@ dnl This file is free software; the copyright holder dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl -AC_INIT([dvipdfm-x (TeX Live)], [20201214], [dvipdfmx@tug.org]) +AC_INIT([dvipdfm-x (TeX Live)], [20201216], [dvipdfmx@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([agl.c]) AC_CONFIG_AUX_DIR([../../build-aux]) |