diff options
author | carregal <carregal> | 2008-02-11 22:42:21 +0000 |
---|---|---|
committer | carregal <carregal> | 2008-02-11 22:42:21 +0000 |
commit | b66ab2cae9f03c7b3ff75c97a4a5fc59df442fc0 (patch) | |
tree | 3821afea9fa46010f0047accff73e6bd85bf68af /Makefile.win | |
parent | 78f28b64686390592792e2d5abba26c6f815d534 (diff) | |
download | luafilesystem-b66ab2cae9f03c7b3ff75c97a4a5fc59df442fc0.tar.gz luafilesystem-b66ab2cae9f03c7b3ff75c97a4a5fc59df442fc0.tar.bz2 luafilesystem-b66ab2cae9f03c7b3ff75c97a4a5fc59df442fc0.zip |
Preparing the 1.4.0 release.
Added documentation for lfs.setmode
Diffstat (limited to 'Makefile.win')
-rw-r--r-- | Makefile.win | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.win b/Makefile.win index 1fcd921..bc37183 100644 --- a/Makefile.win +++ b/Makefile.win | |||
@@ -1,7 +1,7 @@ | |||
1 | # $Id: Makefile.win,v 1.8 2008/01/23 02:50:08 mascarenhas Exp $ | 1 | # $Id: Makefile.win,v 1.9 2008/02/11 22:42:21 carregal Exp $ |
2 | 2 | ||
3 | T= lfs | 3 | T= lfs |
4 | V= 1.3.0 | 4 | V= 1.4.0 |
5 | 5 | ||
6 | include config.win | 6 | include config.win |
7 | 7 | ||