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-03-22 19:21:38 +0300
committerLluis Sanchez <lluis@novell.com>2010-03-22 19:21:38 +0300
commit0c61c7e1948185249a8f421ea0f1216a85ad78c4 (patch)
tree0e3288a8a607fd99d5a3a53996acf47699be2063 /main/src/core/MonoDevelop.Ide/BuildVariables.cs
parent23e7bf90505b0efc165e41da322717020fe0578d (diff)
Bumped MD version.
svn path=/trunk/monodevelop/; revision=153988
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 1d80b1bffb..85c1464719 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.2";
- public static string PackageVersionLabel = "2.2 RC";
+ public static string PackageVersion = "2.3";
+ public static string PackageVersionLabel = "2.4 Alpha 1";
}
}