aboutsummaryrefslogtreecommitdiff
path: root/src/ltn12.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/ltn12.lua')
-rw-r--r--src/ltn12.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ltn12.lua b/src/ltn12.lua
index d999e93..fca1cb2 100644
--- a/src/ltn12.lua
+++ b/src/ltn12.lua
@@ -19,7 +19,7 @@ pump = {}
19 19
20-- 2048 seems to be better in windows... 20-- 2048 seems to be better in windows...
21BLOCKSIZE = 2048 21BLOCKSIZE = 2048
22_VERSION = "LTN12 1.0.1" 22_VERSION = "LTN12 1.0.2"
23 23
24----------------------------------------------------------------------------- 24-----------------------------------------------------------------------------
25-- Filter stuff 25-- Filter stuff