diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-14 05:08:01 -0800 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-14 05:08:01 -0800 |
commit | 790b1a0def65cb6508f869ea08829b50544add99 (patch) | |
tree | 38311ec1b33483a1ca6b98b7b6a077664f276d79 /mkglyphlist | |
parent | a79b03d0331612c8914afb6284f34744a5a51941 (diff) | |
parent | 581b68bbbc02f8497df63dcf87f4b091f83890e1 (diff) | |
download | luaotfload-790b1a0def65cb6508f869ea08829b50544add99.tar.gz |
Merge pull request #150 from phi-gamma/master
tweak type1 classification; enable compression; sync
Diffstat (limited to 'mkglyphlist')
-rwxr-xr-x | mkglyphlist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mkglyphlist b/mkglyphlist index e476eca..f7a1cb9 100755 --- a/mkglyphlist +++ b/mkglyphlist @@ -5,7 +5,7 @@ -- DESCRIPTION: part of the luaotfload package -- REQUIREMENTS: lua, lpeg, luasocket, the lualibs package -- AUTHOR: Philipp Gesang (Phg), <phg42.2a@gmail.com> --- VERSION: 1.0 +-- VERSION: 2.4 -- CREATED: 04/23/2013 12:42:17 PM CEST ----------------------------------------------------------------------- -- interesting thread on the Context list: @@ -96,7 +96,7 @@ end local file_header = [==[ if not modules then modules = { } end modules ["font-age"] = { - version = 2.300, + version = 2.400, comment = "part of the luaotfload package", author = "luaotfload team / mkglyphlist", copyright = "derived from %s", |