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 Gual <lluis@novell.com>2011-04-01 22:21:05 +0400
committerLluis Sanchez Gual <lluis@novell.com>2011-04-01 22:21:05 +0400
commit6341ddebfecc574879cc02ec9d91dfafe3518956 (patch)
treeee53b7f63db3a60620bd8fd611aafeacef647448 /main/src/core/MonoDevelop.Ide/BuildVariables.cs
parentd52692a3f693233af7f6bbc0ca11a142d94cda6e (diff)
Bump MonoDevelop version.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/BuildVariables.cs')
-rw-r--r--main/src/core/MonoDevelop.Ide/BuildVariables.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/core/MonoDevelop.Ide/BuildVariables.cs b/main/src/core/MonoDevelop.Ide/BuildVariables.cs
index d7bebbb614..7911cd2c22 100644
--- a/main/src/core/MonoDevelop.Ide/BuildVariables.cs
+++ b/main/src/core/MonoDevelop.Ide/BuildVariables.cs
@@ -2,8 +2,8 @@ namespace MonoDevelop.Ide
{
internal class BuildVariables
{
- public static string PackageVersion = "2.5.90";
- public static string PackageVersionLabel = "2.6 Beta 1";
+ public static string PackageVersion = "2.5.91";
+ public static string PackageVersionLabel = "2.6 Beta 2";
}
}