aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-01-15 16:58:20 -0200
committerHisham Muhammad <hisham@gobolinux.org>2015-01-15 16:58:20 -0200
commit8014725009e195ffb502bcd65ca4e93b60a1b21c (patch)
tree3365846317aa4de62d542be9c116b4aaeb912e43 /src
parent0a82aae451c5c95ceacb5fcb235f4d1ea964f5f5 (diff)
downloadluafilesystem-1_6_3.tar.gz
luafilesystem-1_6_3.tar.bz2
luafilesystem-1_6_3.zip
Prepare for release 1.6.3v_1_6_3v1_6_3
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 b84ca82..4cb5875 100644
--- a/src/lfs.c
+++ b/src/lfs.c
@@ -66,7 +66,7 @@
66 66
67#include "lfs.h" 67#include "lfs.h"
68 68
69#define LFS_VERSION "1.6.2" 69#define LFS_VERSION "1.6.3"
70#define LFS_LIBNAME "lfs" 70#define LFS_LIBNAME "lfs"
71 71
72#if LUA_VERSION_NUM >= 503 /* Lua 5.3 */ 72#if LUA_VERSION_NUM >= 503 /* Lua 5.3 */