Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keplerproject/luafilesystem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex <null@null.null>2015-02-16 08:15:41 +0300
committerAlex <null@null.null>2015-02-16 08:15:41 +0300
commit644c9c32ca9053ced3d37ff76fc1fbc0389ddf53 (patch)
treef8f5e553818f7524f879f904cc7332bc0f058e4b /src
parent25ecbd31dbbd829d8c3b68e3325a45be374784d2 (diff)
DEF file fixes (DESCRIPTION is deprecated; VERSION must contain one or two numers)
Diffstat (limited to 'src')
-rw-r--r--src/lfs.def3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lfs.def b/src/lfs.def
index 7aa7a35..8a36d41 100644
--- a/src/lfs.def
+++ b/src/lfs.def
@@ -1,5 +1,4 @@
LIBRARY lfs.dll
-DESCRIPTION "LuaFileSystem"
-VERSION 1.5.0
+VERSION 1.6
EXPORTS
luaopen_lfs