2004-05-26 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Wed, 26 May 2004 11:27:56 +0000 (11:27 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Wed, 26 May 2004 11:27:56 +0000 (11:27 -0000)
Environment.cs: Bumped mono_corlib_version to 20 (rng interface).

svn path=/trunk/mcs/; revision=28145

mcs/class/corlib/System/ChangeLog
mcs/class/corlib/System/Environment.cs

index 12725ec57b7e7815601c69818fea591234e2525b..e84ffc57572260170f0b8f364402696ef5d6510a 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
+
+       Environment.cs: Bumped mono_corlib_version to 20 (rng interface).
+
 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
 
        * Array.cs: Fixed possible integer overflow.
index 01c5262647d0e081ee06846158305104b4c3d7b7..213a318550e1c968e614f4689a1be8652e9c9658 100644 (file)
@@ -32,7 +32,7 @@ namespace System
                 * Changes which are already detected at runtime, like the addition
                 * of icalls, do not require an increment.
                 */
-               private const int mono_corlib_version = 19;
+               private const int mono_corlib_version = 20;
 
                private Environment ()
                {