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
path: root/main/src
diff options
context:
space:
mode:
authorAlex Corrado <alexc@xamarin.com>2011-08-22 20:55:08 +0400
committerAlex Corrado <alexc@xamarin.com>2011-08-22 22:59:02 +0400
commit71ff759551a9df6e6e5acd28743e3f1daf679a49 (patch)
tree3f853f2625fb360d9d957b15ce46260671e46a47 /main/src
parentcfdb23292d7c1958703e9590cb639eb3bd26e142 (diff)
2.8 Alpha 2 (2.7.01)
Diffstat (limited to 'main/src')
-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 4c9c6d7b08..87fad97eff 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.7";
- public static string PackageVersionLabel = "2.8 Alpha 1";
+ public static string PackageVersion = "2.7.1";
+ public static string PackageVersionLabel = "2.8 Alpha 2";
}
}