Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Norton <gnorton@novell.com>2010-09-11 00:50:13 +0400
committerAndrew Jorgensen <ajorgensen@novell.com>2010-09-11 00:55:45 +0400
commitd88e223dd4bd0469594e6bb028cf14da2f63d759 (patch)
tree1ea2e553832a8d15eaad6e63e277b45f455cf2b0
parent1867fd1486c72e67f0052ddc41fcca2f4f1a7abd (diff)
Forward port this change for MonoVS2.8-p3
-rw-r--r--mono/mini/debugger-agent.c2
1 files changed, 1 insertions, 1 deletions
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,