This commit is contained in:
FlightControl_Master
2017-11-05 06:30:29 +01:00
parent 73a1c56532
commit 2e049ccfd4
3 changed files with 3 additions and 3 deletions

View File

@@ -2750,7 +2750,7 @@ end
-- Sierra Wireless - initial API and implementation
-------------------------------------------------------------------------------
local DBGP_CLIENT_VERSION = "1.4.0"
local DBGP_CLIENT_VERSION = "1.4.1"
DBGP_CLIENT_LUA_VERSION = os.getenv "LUA_VERSION" or _VERSION
if DBGP_CLIENT_LUA_VERSION ~= "Lua 5.1" and DBGP_CLIENT_LUA_VERSION ~= "Lua 5.2" then
print(DBGP_CLIENT_LUA_VERSION .. " is not supported. As fallback, debugger will behave as if it runs on Lua 5.2 vm. You could also try to force it to behave as a Lua 5.1 vm by setting the LUA_VERSION environment variable to 'Lua 5.1'")