diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lfs.c | 4 | ||||
-rw-r--r-- | src/lfs.def | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -14,7 +14,7 @@ | |||
14 | ** lfs.touch (filepath [, atime [, mtime]]) | 14 | ** lfs.touch (filepath [, atime [, mtime]]) |
15 | ** lfs.unlock (fh) | 15 | ** lfs.unlock (fh) |
16 | ** | 16 | ** |
17 | ** $Id: lfs.c,v 1.35 2006/12/04 15:28:53 mascarenhas Exp $ | 17 | ** $Id: lfs.c,v 1.36 2007/05/08 19:23:12 carregal Exp $ |
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include <errno.h> | 20 | #include <errno.h> |
@@ -554,7 +554,7 @@ static int file_info (lua_State *L) { | |||
554 | */ | 554 | */ |
555 | static void set_info (lua_State *L) { | 555 | static void set_info (lua_State *L) { |
556 | lua_pushliteral (L, "_COPYRIGHT"); | 556 | lua_pushliteral (L, "_COPYRIGHT"); |
557 | lua_pushliteral (L, "Copyright (C) 2003-2006 Kepler Project"); | 557 | lua_pushliteral (L, "Copyright (C) 2003-2007 Kepler Project"); |
558 | lua_settable (L, -3); | 558 | lua_settable (L, -3); |
559 | lua_pushliteral (L, "_DESCRIPTION"); | 559 | lua_pushliteral (L, "_DESCRIPTION"); |
560 | 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"); | 560 | 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"); |
diff --git a/src/lfs.def b/src/lfs.def index 55ec688..dfe5c59 100644 --- a/src/lfs.def +++ b/src/lfs.def | |||
@@ -1,5 +1,5 @@ | |||
1 | LIBRARY lfs.dll | 1 | LIBRARY lfs.dll |
2 | DESCRIPTION "LuaFileSystem" | 2 | DESCRIPTION "LuaFileSystem" |
3 | VERSION 1.2 | 3 | VERSION 1.2.1 |
4 | EXPORTS | 4 | EXPORTS |
5 | luaopen_lfs | 5 | luaopen_lfs |