From a7a2ef63f24621e116d84fdd4bada067fc14c958 Mon Sep 17 00:00:00 2001 From: tomcw Date: Fri, 21 Jul 2023 21:18:23 +0100 Subject: [PATCH] Bump debugger version: 2.9.2.0 (fixes #1206) --- source/Debugger/Debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Debugger/Debug.cpp b/source/Debugger/Debug.cpp index 4272aad9..d678af8d 100644 --- a/source/Debugger/Debug.cpp +++ b/source/Debugger/Debug.cpp @@ -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,26); + const int DEBUGGER_VERSION = MAKE_VERSION(2,9,2,0); // Public _________________________________________________________________________________________