From 0edb839c95f19734ff09ffce8fc2b4d0d591016f Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Tue, 7 Jun 2016 09:43:43 +0800 Subject: [PATCH] Lua 5.3.3 released --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb9e3820..1a65b43a 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ Run these in different consoles: ./3rd/lua/lua examples/client.lua # Launch a client, and try to input hello. ``` -## About Lua +## About Lua version -Skynet now uses a modified version of lua 5.3.2 ( http://www.lua.org/ftp/lua-5.3.2.tar.gz ) . +Skynet now uses a modified version of lua 5.3.3 ( http://www.lua.org/ftp/lua-5.3.3.tar.gz ) . For details: http://lua-users.org/lists/lua-l/2014-03/msg00489.html -You can also use other official Lua versions, just edit the Makefile by yourself. +You can also use official Lua versions, just edit the Makefile by yourself. ## How To Use (Sorry, Only in Chinese now)