aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortomas <tomas>2007-06-07 01:28:08 +0000
committertomas <tomas>2007-06-07 01:28:08 +0000
commit57a64a5cfee378f331ae425945a8026bcc668a8b (patch)
tree77101c424f96ca8bb594c24e303c86136c60fab9 /Makefile
parent47f40e5705c53425ca0d22662f31c6742c2a5569 (diff)
downloadluafilesystem-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--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 068f309..f356cf3 100644
--- a/Makefile
+++ b/Makefile
@@ -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
3T= lfs 3T= lfs
4V= 1.2.1 4V= 1.3.0
5CONFIG= ./config 5CONFIG= ./config
6 6
7include $(CONFIG) 7include $(CONFIG)