Author: martin
Date: 2005-05-11 14:15:09 -0400 (Wed, 11 May 2005)
New Revision: 44406

Modified:
   trunk/debugger/backends/mono/MonoLanguageBackend.cs
Log:
Update version number.


Modified: trunk/debugger/backends/mono/MonoLanguageBackend.cs
===================================================================
--- trunk/debugger/backends/mono/MonoLanguageBackend.cs 2005-05-11 18:05:36 UTC 
(rev 44405)
+++ trunk/debugger/backends/mono/MonoLanguageBackend.cs 2005-05-11 18:15:09 UTC 
(rev 44406)
@@ -207,8 +207,8 @@
        internal class MonoLanguageBackend : ILanguage, ILanguageBackend
        {
                // These constants must match up with those in 
mono/mono/metadata/mono-debug.h
-               public const int  MinDynamicVersion = 49;
-               public const int  MaxDynamicVersion = 49;
+               public const int  MinDynamicVersion = 50;
+               public const int  MaxDynamicVersion = 50;
                public const long DynamicMagic      = 0x7aff65af4253d427;
 
                ArrayList symbol_files;

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to