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

Commit 0ba7124

Browse files
committed
[tool] include release tag in --version
This info is indeed valuable on top of the commit hash, thanks to @jfbu who complained about its absence.
1 parent acd8c47 commit 0ba7124

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/luaotfload-tool.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,9 @@ local version_msg = function ( )
348348

349349
out (about, luaotfload.self)
350350
out ("%s version: %q", luaotfload.self, version)
351+
if notes.description then
352+
out ("Luaotfload: %q", notes.description)
353+
end
351354
out ("Revision: %q", notes.revision)
352355
out ("Lua interpreter: %s; version %q", runtime[1], runtime[2])
353356
--[[out ("Luatex SVN revision: %d", info.luatex_svn)]] --> SVN r5624

0 commit comments

Comments
 (0)