diff options
author | tomas <tomas> | 2007-06-07 01:28:08 +0000 |
---|---|---|
committer | tomas <tomas> | 2007-06-07 01:28:08 +0000 |
commit | 57a64a5cfee378f331ae425945a8026bcc668a8b (patch) | |
tree | 77101c424f96ca8bb594c24e303c86136c60fab9 /Makefile | |
parent | 47f40e5705c53425ca0d22662f31c6742c2a5569 (diff) | |
download | luafilesystem-57a64a5cfee378f331ae425945a8026bcc668a8b.tar.gz luafilesystem-57a64a5cfee378f331ae425945a8026bcc668a8b.tar.bz2 luafilesystem-57a64a5cfee378f331ae425945a8026bcc668a8b.zip |
Adding function symlinkatributes. Updating version to 1.3.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ | |||
1 | # $Id: Makefile,v 1.29 2006/12/04 15:28:53 mascarenhas Exp $ | 1 | # $Id: Makefile,v 1.30 2007/06/07 01:28:08 tomas Exp $ |
2 | 2 | ||
3 | T= lfs | 3 | T= lfs |
4 | V= 1.2.1 | 4 | V= 1.3.0 |
5 | CONFIG= ./config | 5 | CONFIG= ./config |
6 | 6 | ||
7 | include $(CONFIG) | 7 | include $(CONFIG) |