aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruid20006 <uid20006>2005-05-30 17:54:49 +0000
committeruid20006 <uid20006>2005-05-30 17:54:49 +0000
commit164a44cb97f4997481eb4c27dd0f03f7f6e395a4 (patch)
tree53d44141e3a466fb2fd694abcf3df941d6b4b93f
parent0182a1f17fd0f26dd7dac36d6e26fdbedc00322b (diff)
downloadluafilesystem-164a44cb97f4997481eb4c27dd0f03f7f6e395a4.tar.gz
luafilesystem-164a44cb97f4997481eb4c27dd0f03f7f6e395a4.tar.bz2
luafilesystem-164a44cb97f4997481eb4c27dd0f03f7f6e395a4.zip
1.0 instead of 1.0.0
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 11956dc..bb39e69 100644
--- a/Makefile
+++ b/Makefile
@@ -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
3T= lfs 3T= lfs
4 4
5include ./config 5include ./config
6 6
7V= 1.1.0 7V= 1.1
8DIST_DIR= luafilesystem-$V 8DIST_DIR= luafilesystem-$V
9TAR_FILE= $(DIST_DIR).tar.gz 9TAR_FILE= $(DIST_DIR).tar.gz
10ZIP_FILE= $(DIST_DIR).zip 10ZIP_FILE= $(DIST_DIR).zip