From 8ff20138af779f6f38cbff12d22df1a3151d9fa6 Mon Sep 17 00:00:00 2001 From: Fabio Mascarenhas Date: Tue, 20 Oct 2009 18:54:35 -0200 Subject: packaging for version 1.5.0 - changing _VERSION --- src/lfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lfs.c b/src/lfs.c index 5b1c654..f46cfed 100644 --- a/src/lfs.c +++ b/src/lfs.c @@ -765,13 +765,13 @@ static int link_info (lua_State *L) { */ static void set_info (lua_State *L) { lua_pushliteral (L, "_COPYRIGHT"); - lua_pushliteral (L, "Copyright (C) 2003 Kepler Project"); + lua_pushliteral (L, "Copyright (C) 2003-2009 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"); lua_settable (L, -3); lua_pushliteral (L, "_VERSION"); - lua_pushliteral (L, "LuaFileSystem 1.4.2"); + lua_pushliteral (L, "LuaFileSystem 1.5.0"); lua_settable (L, -3); } -- cgit v1.2.3-55-g6feb