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-25 08:20:39 +0400
committerAlex Corrado <alexc@xamarin.com>2011-08-25 08:20:39 +0400
commit6b3ce5e029744b3de73bcb04e3a6a72743883eab (patch)
tree1706b1a37b470e47fc3e39f56bd7ed6b3d82bba0 /main/src/core/MonoDevelop.Ide/BuildVariables.cs
parentb8f24937b9854c31d33f4f4bfb2114e117dcf09d (diff)
The real 2.8 Alpha 2 (2.7.11)monodevelop-2.7.11
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 87fad97eff..49c536d81a 100644
--- a/main/src/core/MonoDevelop.Ide/BuildVariables.cs
+++ b/main/src/core/MonoDevelop.Ide/BuildVariables.cs
@@ -2,7 +2,7 @@ namespace MonoDevelop.Ide
{
internal class BuildVariables
{
- public static string PackageVersion = "2.7.1";
+ public static string PackageVersion = "2.7.11";
public static string PackageVersionLabel = "2.8 Alpha 2";
}
}