From 2e049ccfd4f130d17375ad6209d8e6220a551ebc Mon Sep 17 00:00:00 2001 From: FlightControl_Master Date: Sun, 5 Nov 2017 06:30:29 +0100 Subject: [PATCH] updates --- Moose Development/Debugger/debugger.lua | 2 +- Moose Mission Setup/Moose.lua | 2 +- Moose Mission Setup/Moose_.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Moose Development/Debugger/debugger.lua b/Moose Development/Debugger/debugger.lua index 430819de3..41c170c05 100644 --- a/Moose Development/Debugger/debugger.lua +++ b/Moose Development/Debugger/debugger.lua @@ -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'") diff --git a/Moose Mission Setup/Moose.lua b/Moose Mission Setup/Moose.lua index 239bba24b..3a87320f4 100644 --- a/Moose Mission Setup/Moose.lua +++ b/Moose Mission Setup/Moose.lua @@ -1,5 +1,5 @@ env.info( '*** MOOSE DYNAMIC INCLUDE START *** ' ) -env.info( 'Moose Generation Timestamp: 20171105_0612' ) +env.info( 'Moose Generation Timestamp: 20171105_0627' ) local base = _G diff --git a/Moose Mission Setup/Moose_.lua b/Moose Mission Setup/Moose_.lua index 8fad43c60..a545e1b44 100644 --- a/Moose Mission Setup/Moose_.lua +++ b/Moose Mission Setup/Moose_.lua @@ -1,5 +1,5 @@ env.info('*** MOOSE DYNAMIC INCLUDE START *** ') -env.info('Moose Generation Timestamp: 20171105_0612') +env.info('Moose Generation Timestamp: 20171105_0627') local base=_G __Moose={} __Moose.Include=function(LuaPath,IncludeFile)