mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-08 21:37:23 +08:00
22 lines
530 B
Diff
22 lines
530 B
Diff
|
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
|