diff options
Diffstat (limited to 'src/lfs.c')
-rw-r--r-- | src/lfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ | |||
16 | ** lfs.touch (filepath [, atime [, mtime]]) | 16 | ** lfs.touch (filepath [, atime [, mtime]]) |
17 | ** lfs.unlock (fh) | 17 | ** lfs.unlock (fh) |
18 | ** | 18 | ** |
19 | ** $Id: lfs.c,v 1.55 2008/12/15 16:13:55 mascarenhas Exp $ | 19 | ** $Id: lfs.c,v 1.56 2009/02/03 22:05:48 carregal Exp $ |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #ifndef _WIN32 | 22 | #ifndef _WIN32 |
@@ -671,7 +671,7 @@ static void set_info (lua_State *L) { | |||
671 | 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"); | 671 | 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"); |
672 | lua_settable (L, -3); | 672 | lua_settable (L, -3); |
673 | lua_pushliteral (L, "_VERSION"); | 673 | lua_pushliteral (L, "_VERSION"); |
674 | lua_pushliteral (L, "LuaFileSystem 1.4.1"); | 674 | lua_pushliteral (L, "LuaFileSystem 1.4.2"); |
675 | lua_settable (L, -3); | 675 | lua_settable (L, -3); |
676 | } | 676 | } |
677 | 677 | ||