diff options
author | uid20006 <uid20006> | 2005-05-30 17:54:49 +0000 |
---|---|---|
committer | uid20006 <uid20006> | 2005-05-30 17:54:49 +0000 |
commit | 164a44cb97f4997481eb4c27dd0f03f7f6e395a4 (patch) | |
tree | 53d44141e3a466fb2fd694abcf3df941d6b4b93f | |
parent | 0182a1f17fd0f26dd7dac36d6e26fdbedc00322b (diff) | |
download | luafilesystem-164a44cb97f4997481eb4c27dd0f03f7f6e395a4.tar.gz luafilesystem-164a44cb97f4997481eb4c27dd0f03f7f6e395a4.tar.bz2 luafilesystem-164a44cb97f4997481eb4c27dd0f03f7f6e395a4.zip |
1.0 instead of 1.0.0
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ | |||
1 | # $Id: Makefile,v 1.18 2005/05/28 21:48:36 tomas Exp $ | 1 | # $Id: Makefile,v 1.19 2005/05/30 17:54:49 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 |