aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2017-09-15 20:04:43 -0300
committerHisham Muhammad <hisham@gobolinux.org>2017-09-15 20:04:43 -0300
commita23cadf009c5ea27b3da245a4b7c21de76b74dcc (patch)
treefae538c70e28912ee74a96eea052fed358ac0a9c /src
parent220d38c7d15ed005bf02a2b29c9172b676c3c988 (diff)
downloadluafilesystem-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.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 */