diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -10,7 +10,7 @@ | |||
| 10 | ** lfs.touch (filepath [, atime [, mtime]]) | 10 | ** lfs.touch (filepath [, atime [, mtime]]) |
| 11 | ** lfs.unlock (fh) | 11 | ** lfs.unlock (fh) |
| 12 | ** | 12 | ** |
| 13 | ** $Id: lfs.c,v 1.19 2005/01/24 10:19:49 tuler Exp $ | 13 | ** $Id: lfs.c,v 1.20 2005/04/08 18:57:11 tomas Exp $ |
| 14 | */ | 14 | */ |
| 15 | 15 | ||
| 16 | #include <errno.h> | 16 | #include <errno.h> |
| @@ -507,7 +507,7 @@ static void set_info (lua_State *L) { | |||
| 507 | lua_pushliteral (L, "LuaFileSystem"); | 507 | lua_pushliteral (L, "LuaFileSystem"); |
| 508 | lua_settable (L, -3); | 508 | lua_settable (L, -3); |
| 509 | lua_pushliteral (L, "_VERSION"); | 509 | lua_pushliteral (L, "_VERSION"); |
| 510 | lua_pushliteral (L, "1.1b"); | 510 | lua_pushliteral (L, "1.1.0"); |
| 511 | lua_settable (L, -3); | 511 | lua_settable (L, -3); |
| 512 | } | 512 | } |
| 513 | 513 | ||
