From f22a37da92fd83ed1ffb0d617e3a18c604fd440b Mon Sep 17 00:00:00 2001 From: tomas Date: Fri, 8 Apr 2005 18:57:11 +0000 Subject: Upgrading version number. --- Makefile | 4 ++-- src/lfs.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 52e2e5a..1524559 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.14 2005/04/08 18:55:00 tomas Exp $ +# $Id: Makefile,v 1.15 2005/04/08 18:57:11 tomas Exp $ T= lfs include ./config -V= 1.1 +V= 1.1.0 DIST_DIR= luafilesystem-$V TAR_FILE= $(DIST_DIR).tar.gz ZIP_FILE= $(DIST_DIR).zip diff --git a/src/lfs.c b/src/lfs.c index 8485ae1..e11aea7 100644 --- a/src/lfs.c +++ b/src/lfs.c @@ -10,7 +10,7 @@ ** lfs.touch (filepath [, atime [, mtime]]) ** lfs.unlock (fh) ** -** $Id: lfs.c,v 1.19 2005/01/24 10:19:49 tuler Exp $ +** $Id: lfs.c,v 1.20 2005/04/08 18:57:11 tomas Exp $ */ #include @@ -507,7 +507,7 @@ static void set_info (lua_State *L) { lua_pushliteral (L, "LuaFileSystem"); lua_settable (L, -3); lua_pushliteral (L, "_VERSION"); - lua_pushliteral (L, "1.1b"); + lua_pushliteral (L, "1.1.0"); lua_settable (L, -3); } -- cgit v1.2.3-55-g6feb