2.7.0.11 Fixed: Breakpoints and Watches no longer disappear.
This commit is contained in:
parent
5a0e4f61a0
commit
a7781fc89c
1 changed files with 1 additions and 1 deletions
|
@ -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 _________________________________________________________________________________________
|
||||
|
|
Loading…
Add table
Reference in a new issue