Debugger 2.9.1.24 (#1236)

This commit is contained in:
Michael "Code Poet" Pohoreski
2023-06-03 11:08:16 -07:00
committed by GitHub
parent 928090c756
commit 000ebab3c5
4 changed files with 19 additions and 13 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,23);
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,1,24);
// Public _________________________________________________________________________________________