1
0
Fork 0
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:
bsongis 2014-05-20 20:17:33 +02:00
parent 2a777003b9
commit 847baa09ef
2 changed files with 2 additions and 3 deletions

View file

@ -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;
}