diff options
| author | ame <[email protected]> | 2024-08-19 22:48:49 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-08-19 22:48:49 -0500 |
| commit | b093eebff0f8c6dedc49c62747049fe7e464c8f3 (patch) | |
| tree | 88b7681a450767075958f6d882e13fddcee20c80 /src/reg.c | |
| parent | 463325d637250e13dbc3153ce59048cf9be57bdb (diff) | |
build version & malloc mutex
Diffstat (limited to 'src/reg.c')
| -rw-r--r-- | src/reg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ int luaopen_lullaby(lua_State* L) { push(top, config);
push(top, net);
push(top, thread);
+ luaI_tsets(L, top, "version", GIT_COMMIT)
//lreg("array", array_function_list);
//lreg("crypto", crypto_function_list);
//lreg("io", io_function_list);
|
