Rename project from Lua to Lush

Binary is now 'lush', library is 'liblush.a'. Version banner shows
"Lush 0.1.0" with original Lua copyright preserved. Adds LUSH_VERSION
defines and _LUSH_VERSION global. Internal C API names, env vars, and
default paths are unchanged for upstream compatibility.
This commit is contained in:
Cormac Shannon
2026-03-22 23:54:03 +00:00
parent 51b39930ed
commit 0df1b50adf
9 changed files with 27 additions and 17 deletions

3
lapi.c
View File

@@ -34,7 +34,8 @@
const char lua_ident[] =
"$LuaVersion: " LUA_COPYRIGHT " $"
"$LuaAuthors: " LUA_AUTHORS " $";
"$LuaAuthors: " LUA_AUTHORS " $"
"$LushVersion: " LUSH_RELEASE " $";