Debugger: 2.9.0.15: Cleanup: HELP CALC examples and See also.

This commit is contained in:
michaelangel007 2018-04-17 09:45:45 -07:00
parent 74c6739542
commit 10d68a3308
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
/*
.15 Cleanup: HELP CALC examples and See also.
.14 Fixed: HELP JSR wasn't color-coding syntax.
.13 Added: PROFILE LIST now shows how many clock cycles were executed.
.12 GH-PR#480:

View File

@ -49,7 +49,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,0,14);
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,0,15);
// Public _________________________________________________________________________________________