diff options
| author | carregal <carregal> | 2007-05-08 19:23:12 +0000 |
|---|---|---|
| committer | carregal <carregal> | 2007-05-08 19:23:12 +0000 |
| commit | 3b35114a16686017f334ff51e0ca21fb13114cd4 (patch) | |
| tree | 5304eb939b801f5e15a3b95f2a96dfe5e1e6b504 /src | |
| parent | 8161cea87780539088006bacf5730d11d15fd00f (diff) | |
| download | luafilesystem-3b35114a16686017f334ff51e0ca21fb13114cd4.tar.gz luafilesystem-3b35114a16686017f334ff51e0ca21fb13114cd4.tar.bz2 luafilesystem-3b35114a16686017f334ff51e0ca21fb13114cd4.zip | |
Details for the 1.2.1 release. Version number, droping Lua 5.0 support
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 |
