Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keplerproject/luafilesystem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2020-04-23 04:16:42 +0300
committerHisham Muhammad <hisham@gobolinux.org>2020-04-23 04:16:42 +0300
commit7c6e1b013caec0602ca4796df3b1d7253a2dd258 (patch)
tree121b8bfea1bd3a51cbab4d7e0281e60ce536b765 /src
parent68c624c686c471b398704e73a8df1a942666e7d5 (diff)
Release 1.8.0v1_8_0
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 @@
#include "lfs.h"
-#define LFS_VERSION "1.7.0"
+#define LFS_VERSION "1.8.0"
#define LFS_LIBNAME "lfs"
#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 @@
LIBRARY lfs.dll
-VERSION 1.7
+VERSION 1.8
EXPORTS
luaopen_lfs