aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDennis Schridde <devurandom@gmx.net>2012-10-03 02:58:57 +0200
committerDennis Schridde <devurandom@gmx.net>2012-10-03 02:58:57 +0200
commit5e55437028cc03d79c5a3cddce0cf8aecd0de2be (patch)
treeb62860fecb7bbf432b471bf9142973a84134379a /doc
parent8e7217e74fbe5da0a9c1fee03d191b5a0266cedd (diff)
downloadluafilesystem-5e55437028cc03d79c5a3cddce0cf8aecd0de2be.tar.gz
luafilesystem-5e55437028cc03d79c5a3cddce0cf8aecd0de2be.tar.bz2
luafilesystem-5e55437028cc03d79c5a3cddce0cf8aecd0de2be.zip
Bump version to 1.6.2 and set version via define in src/lfs.c to make it better visible
Diffstat (limited to 'doc')
-rw-r--r--doc/us/index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/us/index.html b/doc/us/index.html
index 1046bd9..8873222 100644
--- a/doc/us/index.html
+++ b/doc/us/index.html
@@ -71,7 +71,7 @@ the underlying directory structure and file attributes.</p>
71 71
72<h2><a name="status"></a>Status</h2> 72<h2><a name="status"></a>Status</h2>
73 73
74<p>Current version is 1.6.0. It was developed for Lua 5.1 but also 74<p>Current version is 1.6.2. It was developed for Lua 5.1 but also
75 works with Lua 5.2.</p> 75 works with Lua 5.2.</p>
76 76
77<h2><a name="download"></a>Download</h2> 77<h2><a name="download"></a>Download</h2>
@@ -83,6 +83,11 @@ page.</p>
83<h2><a name="history"></a>History</h2> 83<h2><a name="history"></a>History</h2>
84 84
85<dl class="history"> 85<dl class="history">
86 <dt><strong>Version 1.6.2</strong> [??/Oct/2012]</dt>
87 <dd><ul>
88 <li>Full Lua 5.2 compatibility (with Lua 5.1 fallbacks)</li>
89 </ul></dd>
90
86 <dt><strong>Version 1.6.1</strong> [01/Oct/2012]</dt> 91 <dt><strong>Version 1.6.1</strong> [01/Oct/2012]</dt>
87 <dd><ul> 92 <dd><ul>
88 <li>fix build for Lua 5.2</li> 93 <li>fix build for Lua 5.2</li>