From d4bfd537a8c4c14c3c1790ece17faa3eb639e7c2 Mon Sep 17 00:00:00 2001 From: carregal Date: Wed, 7 May 2008 19:06:37 +0000 Subject: Packaging version 1.4.1 --- 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 eef7226..f465082 100644 --- a/src/lfs.c +++ b/src/lfs.c @@ -16,7 +16,7 @@ ** lfs.touch (filepath [, atime [, mtime]]) ** lfs.unlock (fh) ** -** $Id: lfs.c,v 1.52 2008/04/24 17:27:18 mascarenhas Exp $ +** $Id: lfs.c,v 1.53 2008/05/07 19:06:37 carregal Exp $ */ #define _LARGEFILE64_SOURCE @@ -656,7 +656,7 @@ static void set_info (lua_State *L) { 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"); lua_settable (L, -3); lua_pushliteral (L, "_VERSION"); - lua_pushliteral (L, "LuaFileSystem 1.4.0"); + lua_pushliteral (L, "LuaFileSystem 1.4.1"); lua_settable (L, -3); } diff --git a/src/lfs.def b/src/lfs.def index a0483c7..978ee6e 100644 --- a/src/lfs.def +++ b/src/lfs.def @@ -1,5 +1,5 @@ LIBRARY lfs.dll DESCRIPTION "LuaFileSystem" -VERSION 1.4.0 +VERSION 1.4.1 EXPORTS luaopen_lfs -- cgit v1.2.3-55-g6feb