mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-22 02:53:06 +00:00
Changing version to LuaFileSystem 1.3.0 (work)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
** lfs.touch (filepath [, atime [, mtime]])
|
||||
** lfs.unlock (fh)
|
||||
**
|
||||
** $Id: lfs.c,v 1.40 2007/08/30 14:39:45 tomas Exp $
|
||||
** $Id: lfs.c,v 1.41 2007/10/05 02:06:58 carregal Exp $
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
@@ -581,7 +581,7 @@ static void set_info (lua_State *L) {
|
||||
lua_pushliteral (L, "LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution");
|
||||
lua_settable (L, -3);
|
||||
lua_pushliteral (L, "_VERSION");
|
||||
lua_pushliteral (L, "LuaFileSystem 1.3.0");
|
||||
lua_pushliteral (L, "LuaFileSystem 1.3.0 (work)");
|
||||
lua_settable (L, -3);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user