aboutsummaryrefslogtreecommitdiff
path: root/ports/luafilesystem/lfs-def-fix.patch
blob: 62cea763e27fe026d09112a715dd4108e4ce934b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From 644c9c32ca9053ced3d37ff76fc1fbc0389ddf53 Mon Sep 17 00:00:00 2001
From: Alex <null@null.null>
Date: Mon, 16 Feb 2015 08:15:41 +0300
Subject: [PATCH] DEF file fixes (DESCRIPTION is deprecated; VERSION must
 contain one or two numers)

---
 src/lfs.def | 3 +--
 1 file changed, 1 insertion(+), 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