mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Add a revision number to the versioning scheme
This commit is contained in:
parent
2a777003b9
commit
847baa09ef
2 changed files with 2 additions and 3 deletions
|
@ -80,7 +80,7 @@ void hook(lua_State* L, lua_Debug *ar)
|
|||
|
||||
static int luaGetVersion(lua_State *L)
|
||||
{
|
||||
lua_pushnumber(L, VERS_NUM);
|
||||
lua_pushstring(L, VERS_STR);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue