diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-10 19:28:55 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-10 19:28:55 +0100 |
commit | 1ad4aec62a0cdc6eaf12f17126eeb346e86d3146 (patch) | |
tree | e0a8ae7acb53846aee2d43b2ea6e923c7b4fbd5b /mkglyphlist | |
parent | 074355a0d96d204d92307a4066c231cb89b2d8bf (diff) | |
download | luaotfload-1ad4aec62a0cdc6eaf12f17126eeb346e86d3146.tar.gz |
[*] bump version globally
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", |