mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 22:18:58 +08:00
21 lines
505 B
Diff
21 lines
505 B
Diff
From 92527d96199912f79b8046ddb32ff83a16771cb4 Mon Sep 17 00:00:00 2001
|
|
From: "Stephen E. Baker" <baker.stephen.e@gmail.com>
|
|
Date: Fri, 15 Sep 2017 21:18:58 -0400
|
|
Subject: [PATCH] Update version in lfs.def
|
|
|
|
Version number of current release is 1.7
|
|
---
|
|
src/lfs.def | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/lfs.def b/src/lfs.def
|
|
index 8a36d41..4055ff0 100644
|
|
--- a/src/lfs.def
|
|
+++ b/src/lfs.def
|
|
@@ -1,4 +1,4 @@
|
|
LIBRARY lfs.dll
|
|
-VERSION 1.6
|
|
+VERSION 1.7
|
|
EXPORTS
|
|
luaopen_lfs
|