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:
authorXamarin Release Manager <release-manager@xamarin.com>2011-12-03 01:53:56 +0400
committerwww-data <www-data@pipeline.internalx.com>2011-12-03 01:53:56 +0400
commite3d0bd9c0e8e9b1c8f82160f1d119887e95823a8 (patch)
tree3459d17c9e255774d580f5840d9d195fd732e712 /main/src
parentc1eed74106c7556b2865c262b18c60c6ca253736 (diff)
Updated package version to 2.9.1
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 938da1debe..5b09350ac7 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.9.0";
- public static string PackageVersionLabel = "3.0 Beta 1";
+ public static string PackageVersion = "2.9.1";
+ public static string PackageVersionLabel = "2.9.1";
}
}