From 10d68a3308af540cd8ff7748515f5f6850c654b4 Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Tue, 17 Apr 2018 09:45:45 -0700 Subject: [PATCH] Debugger: 2.9.0.15: Cleanup: HELP CALC examples and See also. --- docs/Debugger_Changelog.txt | 1 + source/Debugger/Debug.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Debugger_Changelog.txt b/docs/Debugger_Changelog.txt index 980c4ab5..631c4e14 100644 --- a/docs/Debugger_Changelog.txt +++ b/docs/Debugger_Changelog.txt @@ -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: diff --git a/source/Debugger/Debug.cpp b/source/Debugger/Debug.cpp index 4cfb3f98..c57f55ae 100644 --- a/source/Debugger/Debug.cpp +++ b/source/Debugger/Debug.cpp @@ -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 _________________________________________________________________________________________