Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
[*] bump version and date
Browse files Browse the repository at this point in the history
Hope I didn’t mess this up again …
  • Loading branch information
Philipp Gesang committed Jul 16, 2014
1 parent 2cd6d7a commit c452686
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 5 additions & 4 deletions src/luaotfload-main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- REQUIREMENTS: luatex v.0.79 or later; packages lualibs, luatexbase
-- AUTHOR: Élie Roux, Khaled Hosny, Philipp Gesang
-- VERSION: same as Luaotfload
-- MODIFIED: 2014-07-13 15:35:13+0200
-- MODIFIED: 2014-07-16 19:48:30+0200
-----------------------------------------------------------------------
--
--- Note:
Expand Down Expand Up @@ -48,11 +48,12 @@ local initial_log_level = 0
luaotfload = luaotfload or { }
local luaotfload = luaotfload
luaotfload.log = luaotfload.log or { }
luaotfload.version = "2.5-1" -- FIXME version belongs in common init

luaotfload.module = {
name = "luaotfload-main",
version = 2.50000,
date = "2014/07/13",
version = 2.50001,
date = "2014/07/16",
description = "OpenType layout system.",
author = "Elie Roux & Hans Hagen",
copyright = "Elie Roux",
Expand Down Expand Up @@ -100,7 +101,7 @@ luaotfload.log.tex = {
--doc]]--

local min_luatex_version = 76
local min_luatex_version = 79

if tex.luatexversion < min_luatex_version then
warning ("LuaTeX v%.2f is old, v%.2f or later is recommended.",
Expand Down
4 changes: 2 additions & 2 deletions src/luaotfload-tool.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
-- AUTHOR: Khaled Hosny, Élie Roux, Philipp Gesang
-- VERSION: 2.5
-- LICENSE: GPL v2.0
-- MODIFIED: 2014-05-15 21:47:39+0200
-- MODIFIED: 2014-07-16 19:45:40+0200
-----------------------------------------------------------------------

luaotfload = luaotfload or { }
local version = "2.5" --- <int: major>.<int: minor>-<int: fixes>
local version = "2.5-1" --- <int: major>.<int: minor>-<int: fixes>
luaotfload.version = version
luaotfload.self = "luaotfload-tool"

Expand Down
4 changes: 3 additions & 1 deletion src/luaotfload.sty
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luaotfload}%
[2014/07/13 v2.5 OpenType layout system]
%% FIXME The date is meaningless, we need to find a way to
%% use the git revision instead.
[2014/07/16 v2.5-1 OpenType layout system]
\RequirePackage{luatexbase}
\fi
\RequireLuaModule{luaotfload-main}
Expand Down

0 comments on commit c452686

Please sign in to comment.