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

Commit

Permalink
[tool] include release tag in --version
Browse files Browse the repository at this point in the history
This info is indeed valuable on top of the commit hash, thanks to @jfbu
who complained about its absence.
  • Loading branch information
phi-gamma committed May 4, 2016
1 parent acd8c47 commit 0ba7124
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/luaotfload-tool.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ba7124

Please sign in to comment.