Details for the 1.2.1 release. Version number, droping Lua 5.0 support

This commit is contained in:
carregal
2007-05-08 19:23:12 +00:00
parent 8161cea877
commit 3b35114a16
7 changed files with 62 additions and 23 deletions

View File

@@ -14,7 +14,7 @@
** lfs.touch (filepath [, atime [, mtime]])
** lfs.unlock (fh)
**
** $Id: lfs.c,v 1.35 2006/12/04 15:28:53 mascarenhas Exp $
** $Id: lfs.c,v 1.36 2007/05/08 19:23:12 carregal Exp $
*/
#include <errno.h>
@@ -554,7 +554,7 @@ static int file_info (lua_State *L) {
*/
static void set_info (lua_State *L) {
lua_pushliteral (L, "_COPYRIGHT");
lua_pushliteral (L, "Copyright (C) 2003-2006 Kepler Project");
lua_pushliteral (L, "Copyright (C) 2003-2007 Kepler Project");
lua_settable (L, -3);
lua_pushliteral (L, "_DESCRIPTION");
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");

View File

@@ -1,5 +1,5 @@
LIBRARY lfs.dll
DESCRIPTION "LuaFileSystem"
VERSION 1.2
VERSION 1.2.1
EXPORTS
luaopen_lfs