[sgen] Remove debugging printfs.
[mono.git] / mono / metadata / domain-internals.h
index ccf2db538daf8bf485b34ed14a0758ebfe12f869..02c3d5270359348fba84d00fbcbd87a12079e1d7 100644 (file)
@@ -393,7 +393,7 @@ typedef struct  {
 typedef struct  {
        const char runtime_version [12];
        const char framework_version [4];
-       const AssemblyVersionSet version_sets [3];
+       const AssemblyVersionSet version_sets [4];
 } MonoRuntimeInfo;
 
 #define mono_domain_lock(domain) mono_locks_acquire(&(domain)->lock, DomainLock)