From f166d265c9ad4068d57534861616c691bebacc92 Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Sun, 14 May 2006 05:14:09 +0000 Subject: [PATCH] Version bumped up for BRK, BRKOP, Ctrl-V --- source/Debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Debug.cpp b/source/Debug.cpp index 74c8b3d4..147e6460 100644 --- a/source/Debug.cpp +++ b/source/Debug.cpp @@ -43,7 +43,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // TODO: COLOR LOAD ["filename"] // See Debugger_Changelong.txt for full details - const int DEBUGGER_VERSION = MAKE_VERSION(2,5,0,23); + const int DEBUGGER_VERSION = MAKE_VERSION(2,5,3,0); // Public _________________________________________________________________________________________