Upgraded MobDebug (0.60).

This commit is contained in:
Paul Kulchenko
2014-08-30 21:17:26 -07:00
parent 31b7e4d788
commit da7edc4580

View File

@@ -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,