2.7.0.11 Fixed: Breakpoints and Watches no longer disappear.

This commit is contained in:
mpohoreski 2011-02-20 18:05:31 +00:00
parent 5a0e4f61a0
commit a7781fc89c

View File

@ -36,7 +36,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#define ALLOW_INPUT_LOWERCASE 1
// See /docs/Debugger_Changelog.txt for full details
const int DEBUGGER_VERSION = MAKE_VERSION(2,7,0,10);
const int DEBUGGER_VERSION = MAKE_VERSION(2,7,0,11);
// Public _________________________________________________________________________________________