From 646a17acdd37bbe1712f708858470cd1432dc224 Mon Sep 17 00:00:00 2001 From: uid20006 Date: Fri, 20 May 2005 18:32:19 +0000 Subject: changed from 1.1.0 to 1.1 --- src/lfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lfs.c b/src/lfs.c index e11aea7..c0ac046 100644 --- a/src/lfs.c +++ b/src/lfs.c @@ -10,7 +10,7 @@ ** lfs.touch (filepath [, atime [, mtime]]) ** lfs.unlock (fh) ** -** $Id: lfs.c,v 1.20 2005/04/08 18:57:11 tomas Exp $ +** $Id: lfs.c,v 1.21 2005/05/20 18:32:19 uid20006 Exp $ */ #include @@ -507,7 +507,7 @@ static void set_info (lua_State *L) { lua_pushliteral (L, "LuaFileSystem"); lua_settable (L, -3); lua_pushliteral (L, "_VERSION"); - lua_pushliteral (L, "1.1.0"); + lua_pushliteral (L, "1.1"); lua_settable (L, -3); } -- cgit v1.2.3-55-g6feb