aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lfs.c2
-rw-r--r--src/lfs.def2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lfs.c b/src/lfs.c
index 99a35bb..95ab63b 100644
--- a/src/lfs.c
+++ b/src/lfs.c
@@ -87,7 +87,7 @@
87 87
88#include "lfs.h" 88#include "lfs.h"
89 89
90#define LFS_VERSION "1.7.0" 90#define LFS_VERSION "1.8.0"
91#define LFS_LIBNAME "lfs" 91#define LFS_LIBNAME "lfs"
92 92
93#if LUA_VERSION_NUM >= 503 /* Lua 5.3+ */ 93#if LUA_VERSION_NUM >= 503 /* Lua 5.3+ */
diff --git a/src/lfs.def b/src/lfs.def
index 4055ff0..bd8c847 100644
--- a/src/lfs.def
+++ b/src/lfs.def
@@ -1,4 +1,4 @@
1LIBRARY lfs.dll 1LIBRARY lfs.dll
2VERSION 1.7 2VERSION 1.8
3EXPORTS 3EXPORTS
4luaopen_lfs 4luaopen_lfs