Debugger: Step-over #1194

This commit is contained in:
michaelangel007
2023-03-31 03:46:04 -07:00
parent a3c6156508
commit db5b668eec
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#define MAKE_VERSION(a,b,c,d) ((a<<24) | (b<<16) | (c<<8) | (d))
// See /docs/Debugger_Changelog.txt for full details
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,1,15);
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,1,17);
// Public _________________________________________________________________________________________