aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcarregal <carregal>2007-05-08 19:23:12 +0000
committercarregal <carregal>2007-05-08 19:23:12 +0000
commit3b35114a16686017f334ff51e0ca21fb13114cd4 (patch)
tree5304eb939b801f5e15a3b95f2a96dfe5e1e6b504 /src
parent8161cea87780539088006bacf5730d11d15fd00f (diff)
downloadluafilesystem-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.c4
-rw-r--r--src/lfs.def2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/lfs.c b/src/lfs.c
index e361bd6..13c014e 100644
--- a/src/lfs.c
+++ b/src/lfs.c
@@ -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*/
555static void set_info (lua_State *L) { 555static 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 @@
1LIBRARY lfs.dll 1LIBRARY lfs.dll
2DESCRIPTION "LuaFileSystem" 2DESCRIPTION "LuaFileSystem"
3VERSION 1.2 3VERSION 1.2.1
4EXPORTS 4EXPORTS
5luaopen_lfs 5luaopen_lfs