aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lfs.c b/src/lfs.c
index dc799a4..c8122c2 100644
--- a/src/lfs.c
+++ b/src/lfs.c
@@ -69,7 +69,7 @@
69 69
70#include "lfs.h" 70#include "lfs.h"
71 71
72#define LFS_VERSION "1.6.3" 72#define LFS_VERSION "1.7.0"
73#define LFS_LIBNAME "lfs" 73#define LFS_LIBNAME "lfs"
74 74
75#if LUA_VERSION_NUM >= 503 /* Lua 5.3 */ 75#if LUA_VERSION_NUM >= 503 /* Lua 5.3 */