Bump debugger version: 2.9.2.0 (fixes #1206)

This commit is contained in:
tomcw 2023-07-21 21:18:23 +01:00
parent 18e06d2905
commit a7a2ef63f2
1 changed files with 1 additions and 1 deletions

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,26);
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,2,0);
// Public _________________________________________________________________________________________