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:
authorXamarin Release Manager <release-manager@xamarin.com>2011-12-05 21:03:21 +0400
committerwww-data <www-data@pipeline.internalx.com>2011-12-05 21:03:21 +0400
commit87e8c4831f72a17a3cc48ee794ceaa488a761f20 (patch)
treeb057d56cab1ea029a84b23857c7f02e2d74e65c9 /main/src/core
parented2085fa1e187bc99012353194f1a035171746c4 (diff)
Updated package version to 2.8.4.1monodevelop-2.8.4.1
Diffstat (limited to 'main/src/core')
-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 9288fe7cc1..8f41b1113f 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.8.4";
- public static string PackageVersionLabel = "2.8.4";
+ public static string PackageVersion = "2.8.4.1";
+ public static string PackageVersionLabel = "2.8.4.1";
}
}