Fix _VERSION entry

Thanks Milind Gupta for noting!
This commit is contained in:
Hisham Muhammad
2017-09-15 20:04:43 -03:00
parent 220d38c7d1
commit a23cadf009

View File

@@ -69,7 +69,7 @@
#include "lfs.h" #include "lfs.h"
#define LFS_VERSION "1.6.3" #define LFS_VERSION "1.7.0"
#define LFS_LIBNAME "lfs" #define LFS_LIBNAME "lfs"
#if LUA_VERSION_NUM >= 503 /* Lua 5.3 */ #if LUA_VERSION_NUM >= 503 /* Lua 5.3 */