blob: 34923427fd1f8f8101ceb0352d4a93bb075bfc0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
|