diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2020-04-22 22:16:42 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2020-04-22 22:16:42 -0300 |
commit | 7c6e1b013caec0602ca4796df3b1d7253a2dd258 (patch) | |
tree | 121b8bfea1bd3a51cbab4d7e0281e60ce536b765 /src/lfs.c | |
parent | 68c624c686c471b398704e73a8df1a942666e7d5 (diff) | |
download | luafilesystem-1_8_0.tar.gz luafilesystem-1_8_0.tar.bz2 luafilesystem-1_8_0.zip |
Release 1.8.0v1_8_0
Diffstat (limited to 'src/lfs.c')
-rw-r--r-- | src/lfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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+ */ |