diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2017-09-15 20:04:43 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2017-09-15 20:04:43 -0300 |
commit | a23cadf009c5ea27b3da245a4b7c21de76b74dcc (patch) | |
tree | fae538c70e28912ee74a96eea052fed358ac0a9c /src | |
parent | 220d38c7d15ed005bf02a2b29c9172b676c3c988 (diff) | |
download | luafilesystem-a23cadf009c5ea27b3da245a4b7c21de76b74dcc.tar.gz luafilesystem-a23cadf009c5ea27b3da245a4b7c21de76b74dcc.tar.bz2 luafilesystem-a23cadf009c5ea27b3da245a4b7c21de76b74dcc.zip |
Fix _VERSION entry
Thanks Milind Gupta for noting!
Diffstat (limited to 'src')
-rw-r--r-- | src/lfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |