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
path: root/mcs
diff options
context:
space:
mode:
authorMartin Baulig <martin@novell.com>2003-02-22 20:09:06 +0300
committerMartin Baulig <martin@novell.com>2003-02-22 20:09:06 +0300
commit677ca39c5befe2322488cdb794ce5681eeca8f3b (patch)
treed7f40643e76402faaddfe05b1f33d87734053452 /mcs
parentd4d4e18a4504e038205c6648f1c336b3e97c1831 (diff)
2003-02-22 Martin Baulig <martin@ximian.com>
* MonoSymbolTable.cs: Incremented version number. svn path=/trunk/mcs/; revision=11835
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/Mono.CSharp.Debugger/ChangeLog4
-rw-r--r--mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs2
2 files changed, 5 insertions, 1 deletions
diff --git a/mcs/class/Mono.CSharp.Debugger/ChangeLog b/mcs/class/Mono.CSharp.Debugger/ChangeLog
index 2e7f176f6ab..6607f54b1f7 100644
--- a/mcs/class/Mono.CSharp.Debugger/ChangeLog
+++ b/mcs/class/Mono.CSharp.Debugger/ChangeLog
@@ -1,5 +1,9 @@
2003-02-22 Martin Baulig <martin@ximian.com>
+ * MonoSymbolTable.cs: Incremented version number.
+
+2003-02-22 Martin Baulig <martin@ximian.com>
+
* MonoSymbolFile.cs (MonoSymbolFile.FindMethod): Fixed a bug.
(MonoSymbolFile.MethodLookup): New method.
diff --git a/mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs b/mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs
index d77f022b1c4..93ddeef7891 100644
--- a/mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs
+++ b/mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs
@@ -18,7 +18,7 @@ namespace Mono.CSharp.Debugger
{
public struct OffsetTable
{
- public const int Version = 32;
+ public const int Version = 33;
public const long Magic = 0x45e82623fd7fa614;
public int TotalFileSize;