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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2010-04-28 21:06:15 +0400
committerLluis Sanchez <lluis@novell.com>2010-04-28 21:06:15 +0400
commitd645b36795fa07d3e6856bd4f2cb031c12fec0a1 (patch)
treebcf7d0d4a2e794dae7fd4684c26c933437e788a4 /main/src/core
parentdf86d4b420ab8fae7de8ad86383eab83ede77758 (diff)
* configure.in:
* src/core/MonoDevelop.Ide/BuildVariables.cs: Require Mono 2.6.1. Updated version label. svn path=/trunk/monodevelop/; revision=156351
Diffstat (limited to 'main/src/core')
-rw-r--r--main/src/core/MonoDevelop.Ide/BuildVariables.cs2
-rw-r--r--main/src/core/MonoDevelop.Ide/ChangeLog5
2 files changed, 6 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Ide/BuildVariables.cs b/main/src/core/MonoDevelop.Ide/BuildVariables.cs
index 85c1464719..e4d9e716e5 100644
--- a/main/src/core/MonoDevelop.Ide/BuildVariables.cs
+++ b/main/src/core/MonoDevelop.Ide/BuildVariables.cs
@@ -3,7 +3,7 @@ namespace MonoDevelop.Ide
internal class BuildVariables
{
public static string PackageVersion = "2.3";
- public static string PackageVersionLabel = "2.4 Alpha 1";
+ public static string PackageVersionLabel = "2.4 Beta 1";
}
}
diff --git a/main/src/core/MonoDevelop.Ide/ChangeLog b/main/src/core/MonoDevelop.Ide/ChangeLog
index b39cd6b091..bd907c3dbb 100644
--- a/main/src/core/MonoDevelop.Ide/ChangeLog
+++ b/main/src/core/MonoDevelop.Ide/ChangeLog
@@ -1,5 +1,10 @@
2010-04-28 Lluis Sanchez Gual <lluis@novell.com>
+ * BuildVariables.cs: Require Mono 2.6.1. Updated version
+ label.
+
+2010-04-28 Lluis Sanchez Gual <lluis@novell.com>
+
* MonoDevelop.Ide\IdeStartup.cs: Add missing unchecked block.
2010-04-28 Mike Krüger <mkrueger@novell.com>