From 8432017680987f4307e893065c97ba1329c79b83 Mon Sep 17 00:00:00 2001 From: carregal Date: Fri, 26 Oct 2007 21:01:07 +0000 Subject: Version 1.3.0 (final) --- src/lfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lfs.c b/src/lfs.c index e61f32f..ecc4e16 100644 --- a/src/lfs.c +++ b/src/lfs.c @@ -15,7 +15,7 @@ ** lfs.touch (filepath [, atime [, mtime]]) ** lfs.unlock (fh) ** -** $Id: lfs.c,v 1.41 2007/10/05 02:06:58 carregal Exp $ +** $Id: lfs.c,v 1.42 2007/10/26 21:01:07 carregal Exp $ */ #include @@ -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 (work)"); + lua_pushliteral (L, "LuaFileSystem 1.3.0"); lua_settable (L, -3); } -- cgit v1.2.3-55-g6feb