From e10a4bc816c5401ec43a707d724db4730c8b9f4f Mon Sep 17 00:00:00 2001 From: tomas Date: Thu, 8 Jun 2006 18:06:18 +0000 Subject: Correcting version number --- 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 068fd7f..43d5e9e 100644 --- a/src/lfs.c +++ b/src/lfs.c @@ -14,7 +14,7 @@ ** lfs.touch (filepath [, atime [, mtime]]) ** lfs.unlock (fh) ** -** $Id: lfs.c,v 1.33 2006/06/08 16:16:23 tomas Exp $ +** $Id: lfs.c,v 1.34 2006/06/08 18:06:18 tomas Exp $ */ #include @@ -564,7 +564,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.2"); + lua_pushliteral (L, "LuaFileSystem 1.2.1"); lua_settable (L, -3); } -- cgit v1.2.3-55-g6feb