diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2022-01-22 17:03:22 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2022-01-22 17:03:22 +0000 |
commit | 76e833603f3eb350549d8b472d5b0c1ebae21713 (patch) | |
tree | 0adce490f86927e7a81a2f05330b9590bf80663d /Build/source/texk/ptexenc/version.ac | |
parent | 87e77a4b4b35459b0bc1aa06f48f2cf0db19ae9e (diff) |
[e][u]ptex: Distinguish 8-bit characters and Japanese characters (H. Kitagawa et al.)
For better support of LaTeX3 (expl3).
More details in TUGboat 41(2):329--334, 2020.
git-svn-id: svn://tug.org/texlive/trunk@61692 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ptexenc/version.ac')
-rw-r--r-- | Build/source/texk/ptexenc/version.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/ptexenc/version.ac b/Build/source/texk/ptexenc/version.ac index 7c02f883de3..9b8e183f2dd 100644 --- a/Build/source/texk/ptexenc/version.ac +++ b/Build/source/texk/ptexenc/version.ac @@ -10,4 +10,4 @@ dnl Keep package and shared library versions the same; dnl see kpathsea/version.ac. dnl dnl This file is m4-included from configure.ac. -m4_define([ptexenc_version], [1.3.11]) +m4_define([ptexenc_version], [1.4.0]) |