diff options
author | uid20006 <uid20006> | 2005-05-20 18:32:19 +0000 |
---|---|---|
committer | uid20006 <uid20006> | 2005-05-20 18:32:19 +0000 |
commit | 646a17acdd37bbe1712f708858470cd1432dc224 (patch) | |
tree | e82d12edf08b482c234dac4495286a5e3fc9c90c /Makefile | |
parent | 8db4be836c2147b037cde9f844ce230525067146 (diff) | |
download | luafilesystem-646a17acdd37bbe1712f708858470cd1432dc224.tar.gz luafilesystem-646a17acdd37bbe1712f708858470cd1432dc224.tar.bz2 luafilesystem-646a17acdd37bbe1712f708858470cd1432dc224.zip |
changed from 1.1.0 to 1.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ | |||
1 | # $Id: Makefile,v 1.15 2005/04/08 18:57:11 tomas Exp $ | 1 | # $Id: Makefile,v 1.16 2005/05/20 18:32:51 uid20006 Exp $ |
2 | 2 | ||
3 | T= lfs | 3 | T= lfs |
4 | 4 | ||
5 | include ./config | 5 | include ./config |
6 | 6 | ||
7 | V= 1.1.0 | 7 | V= 1.1 |
8 | DIST_DIR= luafilesystem-$V | 8 | DIST_DIR= luafilesystem-$V |
9 | TAR_FILE= $(DIST_DIR).tar.gz | 9 | TAR_FILE= $(DIST_DIR).tar.gz |
10 | ZIP_FILE= $(DIST_DIR).zip | 10 | ZIP_FILE= $(DIST_DIR).zip |