Debugger: Bugfix #479

This commit is contained in:
michaelangel007
2017-08-24 09:21:15 -07:00
parent 0fef6516f4
commit eed603f116
3 changed files with 45 additions and 3 deletions
+1 -1
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,8);
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,0,9);
// Public _________________________________________________________________________________________