mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-23 19:43:06 +00:00
changed from 1.1.0 to 1.1
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,10 +1,10 @@
|
||||
# $Id: Makefile,v 1.15 2005/04/08 18:57:11 tomas Exp $
|
||||
# $Id: Makefile,v 1.16 2005/05/20 18:32:51 uid20006 Exp $
|
||||
|
||||
T= lfs
|
||||
|
||||
include ./config
|
||||
|
||||
V= 1.1.0
|
||||
V= 1.1
|
||||
DIST_DIR= luafilesystem-$V
|
||||
TAR_FILE= $(DIST_DIR).tar.gz
|
||||
ZIP_FILE= $(DIST_DIR).zip
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
** lfs.touch (filepath [, atime [, mtime]])
|
||||
** lfs.unlock (fh)
|
||||
**
|
||||
** $Id: lfs.c,v 1.20 2005/04/08 18:57:11 tomas Exp $
|
||||
** $Id: lfs.c,v 1.21 2005/05/20 18:32:19 uid20006 Exp $
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
@@ -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.1.0");
|
||||
lua_pushliteral (L, "1.1");
|
||||
lua_settable (L, -3);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user