Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump protocol version to check if we are in correct version that has …
…all the things to make icordebug work.
  • Loading branch information
thaystg authored Jan 18, 2024
commit a82e556049b6bf1e64ae2fe51c7a411c6b454b40
2 changes: 1 addition & 1 deletion src/mono/mono/component/debugger-protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

#define MAJOR_VERSION 2
#define MINOR_VERSION 65
#define MINOR_VERSION 66

typedef enum {
MDBGPROT_CMD_COMPOSITE = 100
Expand Down