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:
authorAlex Corrado <alexc@xamarin.com>2011-08-17 22:03:37 +0400
committerAlex Corrado <alexc@xamarin.com>2011-08-17 22:11:19 +0400
commit2ae11cfc6f1a7183da59bebd1ff00e45920153d2 (patch)
tree1d39a93fde9481632db965446ffd9e21a7b96dbb /main/src/core/MonoDevelop.Ide/BuildVariables.cs
parentb35ee35167abb6a916bb18680d942c20e8747190 (diff)
2.8 Alpha 1 (2.7)monodevelop-2.7
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/BuildVariables.cs')
-rw-r--r--main/src/core/MonoDevelop.Ide/BuildVariables.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Ide/BuildVariables.cs b/main/src/core/MonoDevelop.Ide/BuildVariables.cs
index 1890724d64..4c9c6d7b08 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.7";
- public static string PackageVersionLabel = "2.8 Preview 1";
+ public static string PackageVersionLabel = "2.8 Alpha 1";
}
}