From 3b35114a16686017f334ff51e0ca21fb13114cd4 Mon Sep 17 00:00:00 2001 From: carregal Date: Tue, 8 May 2007 19:23:12 +0000 Subject: Details for the 1.2.1 release. Version number, droping Lua 5.0 support --- src/lfs.c | 4 ++-- src/lfs.def | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 @@ ** 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 @@ -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"); 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 @@ LIBRARY lfs.dll DESCRIPTION "LuaFileSystem" -VERSION 1.2 +VERSION 1.2.1 EXPORTS luaopen_lfs -- cgit v1.2.3-55-g6feb