From 11282d17c8ecb6aa6fa31a3de742eae0215f4cc0 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Mon, 3 Apr 2006 04:45:42 +0000 Subject: Almost done 2.0.1. --- src/ltn12.lua | 1 + src/luasocket.h | 4 ++-- src/mime.h | 4 ++-- src/url.lua | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/ltn12.lua b/src/ltn12.lua index c49d130..f10ad18 100644 --- a/src/ltn12.lua +++ b/src/ltn12.lua @@ -20,6 +20,7 @@ pump = {} -- 2048 seems to be better in windows... BLOCKSIZE = 2048 +_VERSION = "LTN12 1.0.1" ----------------------------------------------------------------------------- -- Filter stuff diff --git a/src/luasocket.h b/src/luasocket.h index 0143fa7..46b5d06 100644 --- a/src/luasocket.h +++ b/src/luasocket.h @@ -13,8 +13,8 @@ /*-------------------------------------------------------------------------*\ * Current socket library version \*-------------------------------------------------------------------------*/ -#define LUASOCKET_VERSION "LuaSocket 2.0" -#define LUASOCKET_COPYRIGHT "Copyright (C) 2004-2005 Diego Nehab" +#define LUASOCKET_VERSION "LuaSocket 2.0.1" +#define LUASOCKET_COPYRIGHT "Copyright (C) 2004-2006 Diego Nehab" #define LUASOCKET_AUTHORS "Diego Nehab" /*-------------------------------------------------------------------------*\ diff --git a/src/mime.h b/src/mime.h index a56751c..166cf5b 100644 --- a/src/mime.h +++ b/src/mime.h @@ -15,8 +15,8 @@ /*-------------------------------------------------------------------------*\ * Current MIME library version \*-------------------------------------------------------------------------*/ -#define MIME_VERSION "MIME 1.0" -#define MIME_COPYRIGHT "Copyright (C) 2004-2005 Diego Nehab" +#define MIME_VERSION "MIME 1.0.1" +#define MIME_COPYRIGHT "Copyright (C) 2004-2006 Diego Nehab" #define MIME_AUTHORS "Diego Nehab" /*-------------------------------------------------------------------------*\ diff --git a/src/url.lua b/src/url.lua index c700f90..18e5ab2 100644 --- a/src/url.lua +++ b/src/url.lua @@ -16,7 +16,7 @@ module("socket.url") ----------------------------------------------------------------------------- -- Module version ----------------------------------------------------------------------------- -_VERSION = "URL 1.0" +_VERSION = "URL 1.0.1" ----------------------------------------------------------------------------- -- Encodes a string into its escaped hexadecimal representation -- cgit v1.2.3-55-g6feb