diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2020-08-25 22:05:08 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2020-08-25 22:05:08 +0000 |
commit | f3f3dcee92e536ac944a4c030aaac5d81c416b39 (patch) | |
tree | f1b5824a9430be5673794edc430eef01287945f3 /Build/source/texk/dvipdfm-x/configure.ac | |
parent | 000a7ab55c1dd5a3dcfb1a53cad97f51fa31583f (diff) |
Remove unnecessary flush_object in pdf:ann. (S. Hirata)
git-svn-id: svn://tug.org/texlive/trunk@56184 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 50913905178..ba68e022200 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)], [20200816], [dvipdfmx@tug.org]) +AC_INIT([dvipdfm-x (TeX Live)], [20200826], [dvipdfmx@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([agl.c]) AC_CONFIG_AUX_DIR([../../build-aux]) |