From d88e223dd4bd0469594e6bb028cf14da2f63d759 Mon Sep 17 00:00:00 2001 From: Geoff Norton Date: Fri, 10 Sep 2010 16:50:13 -0400 Subject: Forward port this change for MonoVS --- mono/mini/debugger-agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mono/mini/debugger-agent.c b/mono/mini/debugger-agent.c index ed0583a192d..89bba205cb3 100644 --- a/mono/mini/debugger-agent.c +++ b/mono/mini/debugger-agent.c @@ -233,7 +233,7 @@ typedef struct { #define HEADER_LENGTH 11 #define MAJOR_VERSION 2 -#define MINOR_VERSION 1 +#define MINOR_VERSION 2 typedef enum { CMD_SET_VM = 1, -- cgit v1.2.3