Skip to content

Commit

Permalink
Bump SDB's minor version to 2.
Browse files Browse the repository at this point in the history
2010-07-05  Martin Baulig  <martin@ximian.com>

	* debugger-agent.c: Bump minor version to 2.

svn path=/branches/mono-2-6/mono/; revision=159925
  • Loading branch information
Martin Baulig committed Jul 5, 2010
1 parent bb8767c commit b1afdab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mono/mini/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2010-07-05 Martin Baulig <martin@ximian.com>

* debugger-agent.c: Bump minor version to 2.

2010-06-25 Mark Probst <mark.probst@gmail.com>

* mini-trampolines.c (common_call_trampoline): An ugly hack to
Expand Down
2 changes: 1 addition & 1 deletion mono/mini/debugger-agent.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,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,
Expand Down

0 comments on commit b1afdab

Please sign in to comment.