Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-02-12 19:08:01 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-02-12 19:08:01 +0300
commitacfc68d3935148699a3c894dcfcf9cd09f2602bc (patch)
tree3543792f93b0a8b7f4a360ddb0e9f58a44ce5dbb /webcompare/index.aspx
parent0ca3f6cc7c780798244166b2d5c49e43988f60f7 (diff)
2010-02-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
* index.aspx: s/beta2/RC * status.aspx: reduce the HTML size in ~half. svn path=/trunk/mono-tools/; revision=151624
Diffstat (limited to 'webcompare/index.aspx')
-rw-r--r--webcompare/index.aspx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webcompare/index.aspx b/webcompare/index.aspx
index 3f9ceed9..4bf1804f 100644
--- a/webcompare/index.aspx
+++ b/webcompare/index.aspx
@@ -76,10 +76,10 @@ void GenerateList (string reference, string profile)
</div>
<div id="content">
<div id="col1">
-<h2>Mono 4.0 vs .NET 4.0beta2</h2>
+<h2>Mono 4.0 vs .NET 4.0 RC</h2>
<p>This shows the work-in-progress of Mono towards completing
- the 4.0beta2 APIs.
+ the 4.0 RC APIs.
<ul class="assemblies">
<% GenerateList ("4.0", "4.0"); %>