Re: Getting lua release number
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Getting lua release number
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2008年10月30日 14:51:49 -0200
> Check on the precise version of Lua included in an embedded app.
> as you say, it's not of any practical use to me. I can ask the
> developer, or get and check the source code, if I really care.
You can check the binary with ident:
% ident /usr/local/bin/lua | grep Lua:
$Lua: Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio $