Debugger: 2.9.1.3 Added: DB command now optionally supports =

This commit is contained in:
michaelangel007
2022-01-03 21:11:25 -08:00
parent 3985ee9abc
commit 48e0fe3a8e
3 changed files with 18 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#define ALLOW_INPUT_LOWERCASE 1
// See /docs/Debugger_Changelog.txt for full details
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,1,0);
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,1,3);
// Public _________________________________________________________________________________________