summaryrefslogtreecommitdiff
path: root/lib/lua
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2018-10-16 22:36:46 -0400
committerJames E. King III <jking@apache.org>2018-12-18 20:24:34 -0500
commit384647d290e2e4a55a14b1b7ef1b7e66293a2c33 (patch)
treef876c79d4945d64c1eb8fb55291ba96a03af6dae /lib/lua
parent9b75e4fe745a9b08e6ccdc0998ec7a69272f5b4c (diff)
downloadthrift-384647d290e2e4a55a14b1b7ef1b7e66293a2c33.tar.gz
Version 0.12.0v0.12.00.12.0
Diffstat (limited to 'lib/lua')
-rw-r--r--lib/lua/THttpTransport.lua2
-rw-r--r--lib/lua/Thrift.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/lua/THttpTransport.lua b/lib/lua/THttpTransport.lua
index 5bbfece25..060a8ab5e 100644
--- a/lib/lua/THttpTransport.lua
+++ b/lib/lua/THttpTransport.lua
@@ -25,7 +25,7 @@ THttpTransport = TTransportBase:new{
wBuf = '',
rBuf = '',
CRLF = '\r\n',
- VERSION = '1.0.0',
+ VERSION = '0.12.0',
isServer = true
}
diff --git a/lib/lua/Thrift.lua b/lib/lua/Thrift.lua
index a9a907800..d49572935 100644
--- a/lib/lua/Thrift.lua
+++ b/lib/lua/Thrift.lua
@@ -48,7 +48,7 @@ function ttable_size(t)
return count
end
-version = 1.0
+version = '0.12.0'
TType = {
STOP = 0,