FIX: Bug #246 (Debugger) Memory (Changing Memory) command in CHM help files

- fixed EXITBENCH from being matched with 'E'
- fixed out of date documentation with MEB, MEW
This commit is contained in:
michaelangel007
2014-11-29 17:42:12 -08:00
parent 4e9fa8806b
commit 7345b017aa
4 changed files with 19 additions and 35 deletions
+1 -1
View File
@@ -47,7 +47,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,8,0,2);
const int DEBUGGER_VERSION = MAKE_VERSION(2,8,0,3);
// Public _________________________________________________________________________________________