From 8a8dfcdb725e678f59c5ff7afce74854d37ead28 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Fri, 8 Jun 2001 22:45:55 +0000 Subject: [PATCH] Updated version information. --- src/ftp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ftp.lua b/src/ftp.lua index 229bbc6..bbb672b 100644 --- a/src/ftp.lua +++ b/src/ftp.lua @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- Simple FTP support for the Lua language using the LuaSocket 1.2 toolkit. +-- Simple FTP support for the Lua language using the LuaSocket 1.3b toolkit. -- Author: Diego Nehab -- Date: 26/12/2000 -- Conforming to: RFC 959