diff options
Diffstat (limited to 'makefile.dist')
-rw-r--r-- | makefile.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.dist b/makefile.dist index aefb41c..e3b0e5c 100644 --- a/makefile.dist +++ b/makefile.dist | |||
@@ -1,9 +1,9 @@ | |||
1 | #-------------------------------------------------------------------------- | 1 | #-------------------------------------------------------------------------- |
2 | # Distribution makefile | 2 | # Distribution makefile |
3 | #-------------------------------------------------------------------------- | 3 | #-------------------------------------------------------------------------- |
4 | DIST = luasocket-2.0 | 4 | DIST = luasocket-2.0.1 |
5 | 5 | ||
6 | COMPAT = src/compat-5.1r4 | 6 | COMPAT = src/compat-5.1r5 |
7 | 7 | ||
8 | TEST = \ | 8 | TEST = \ |
9 | test/README \ | 9 | test/README \ |