diff options
author | Karl Berry <karl@freefriends.org> | 2021-09-30 20:13:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-09-30 20:13:53 +0000 |
commit | e145e1504f6609805f20556912bcbbfab32655f2 (patch) | |
tree | f3bf85338234900a4740a93c996188b8e900ac6e /Build/source | |
parent | 7922f119be5a0399890a6a2cb688574cc119f78e (diff) |
make4ht (30sep21)
git-svn-id: svn://tug.org/texlive/trunk@60662 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/make4ht/make4ht | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/make4ht/make4ht b/Build/source/texk/texlive/linked_scripts/make4ht/make4ht index d2bf27194f6..1e7b0d73df0 100755 --- a/Build/source/texk/texlive/linked_scripts/make4ht/make4ht +++ b/Build/source/texk/texlive/linked_scripts/make4ht/make4ht @@ -29,7 +29,7 @@ make4ht [options] filename ["tex4ht.sty op." "tex4ht op." "t4ht op" "latex op"] -- set version number. the template should be replaced by the -- actual version number by the build script -local version = "v0.3h" +local version = "v0.3i" mkparams.version_number = version local args = mkparams.get_args() |