diff --git a/lualibs/mobdebug/mobdebug.lua b/lualibs/mobdebug/mobdebug.lua index e8b44fc825..904b9ffd9e 100644 --- a/lualibs/mobdebug/mobdebug.lua +++ b/lualibs/mobdebug/mobdebug.lua @@ -1,5 +1,5 @@ -- --- MobDebug 0.564 +-- MobDebug 0.60 -- Copyright 2011-14 Paul Kulchenko -- Based on RemDebug 1.0 Copyright Kepler Project 2005 -- @@ -18,7 +18,7 @@ end)("os") local mobdebug = { _NAME = "mobdebug", - _VERSION = 0.564, + _VERSION = 0.60, _COPYRIGHT = "Paul Kulchenko", _DESCRIPTION = "Mobile Remote Debugger for the Lua programming language", port = os and os.getenv and tonumber((os.getenv("MOBDEBUG_PORT"))) or 8172,