aboutsummaryrefslogtreecommitdiff
path: root/src/ltn12.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/ltn12.lua')
-rw-r--r--src/ltn12.lua1
1 files changed, 1 insertions, 0 deletions
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 = {}
20 20
21-- 2048 seems to be better in windows... 21-- 2048 seems to be better in windows...
22BLOCKSIZE = 2048 22BLOCKSIZE = 2048
23_VERSION = "LTN12 1.0.1"
23 24
24----------------------------------------------------------------------------- 25-----------------------------------------------------------------------------
25-- Filter stuff 26-- Filter stuff