diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-07-24 00:19:09 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-07-24 00:19:09 +0200 |
commit | 2331b6838f623d4800e79e92c50ce55f955d7776 (patch) | |
tree | 12aed96922ab72b4889899d8b4499d5e1600362a /luaotfload-tool.lua | |
parent | 9ba9fbe876feb510ca5ba91f49ca63f984924d59 (diff) | |
download | luaotfload-2331b6838f623d4800e79e92c50ce55f955d7776.tar.gz |
bump version, update NEWSv2.3b
Diffstat (limited to 'luaotfload-tool.lua')
-rwxr-xr-x | luaotfload-tool.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua index 155f764..801ae72 100755 --- a/luaotfload-tool.lua +++ b/luaotfload-tool.lua @@ -4,7 +4,7 @@ -- DESCRIPTION: database functionality -- REQUIREMENTS: luaotfload 2.2 -- AUTHOR: Khaled Hosny, Élie Roux, Philipp Gesang --- VERSION: 2.3a +-- VERSION: 2.3b -- LICENSE: GPL v2 -- MODIFIED: 2013-06-02 19:23:54+0200 ----------------------------------------------------------------------- @@ -166,7 +166,7 @@ local names = fonts.names local status_file = "luaotfload-status" local status = require (status_file) -local version = "2.3" +local version = "2.3b" local sanitize_string = names.sanitize_string |