From db0631a3ae193eb45cc9d2d6579c481cad4fd413 Mon Sep 17 00:00:00 2001 From: Thomas Harning Jr Date: Fri, 5 Oct 2012 21:51:34 -0400 Subject: [PATCH] docs: notes tested Lua versions --- README | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README b/README index 16d52ff..7a79d97 100644 --- a/README +++ b/README @@ -11,13 +11,18 @@ Bug reports: harningt@gmail.com Requirements - Lua 5.1 - LPeg (Tested with 0.7, 0.8, 0.9 ... 0.6 mostly works) + Lua 5.1, 5.2, or LuaJIT 2.0 + LPeg (Tested with 0.7, 0.8, 0.9, 0.10 ... 0.6 mostly works) For regressionTest: lfs (Tested with 1.4.1) For lunit-tests: lunit >= 0.4 +Lua versions tested recently: + Lua 5.1.4 + strict + Lua 5.2.0 + LuaJIT-2.0.0-beta10 + strict + License All-but tests: MIT-style, See LICENSE for details tests/*: Public Domain / MIT - whichever is least restrictive -- 2.11.4.GIT