From 0ba71246a7445204a457602806f9cc80c0cbe354 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Wed, 4 May 2016 21:49:06 +0200 Subject: [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. --- src/luaotfload-tool.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/luaotfload-tool.lua b/src/luaotfload-tool.lua index 547796e..35dc9b3 100755 --- a/src/luaotfload-tool.lua +++ b/src/luaotfload-tool.lua @@ -348,6 +348,9 @@ local version_msg = function ( ) out (about, luaotfload.self) out ("%s version: %q", luaotfload.self, version) + if notes.description then + out ("Luaotfload: %q", notes.description) + end out ("Revision: %q", notes.revision) out ("Lua interpreter: %s; version %q", runtime[1], runtime[2]) --[[out ("Luatex SVN revision: %d", info.luatex_svn)]] --> SVN r5624 -- cgit v1.2.3