diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lfs.c | 2 | ||||
| -rw-r--r-- | src/lfs.def | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -74,7 +74,7 @@ | |||
| 74 | 74 | ||
| 75 | #include "lfs.h" | 75 | #include "lfs.h" |
| 76 | 76 | ||
| 77 | #define LFS_VERSION "1.8.0" | 77 | #define LFS_VERSION "1.9.0" |
| 78 | #define LFS_LIBNAME "lfs" | 78 | #define LFS_LIBNAME "lfs" |
| 79 | 79 | ||
| 80 | #if LUA_VERSION_NUM >= 503 /* Lua 5.3+ */ | 80 | #if LUA_VERSION_NUM >= 503 /* Lua 5.3+ */ |
diff --git a/src/lfs.def b/src/lfs.def index bd8c847..589b87d 100644 --- a/src/lfs.def +++ b/src/lfs.def | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | LIBRARY lfs.dll | 1 | LIBRARY lfs.dll |
| 2 | VERSION 1.8 | 2 | VERSION 1.9 |
| 3 | EXPORTS | 3 | EXPORTS |
| 4 | luaopen_lfs | 4 | luaopen_lfs |
