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-11-29 22:52:41 +0400
committerwww-data <www-data@pipeline.internalx.com>2011-11-29 22:52:41 +0400
commit8a0afde6260a7e6725797ffd9cec4fa272f71fe1 (patch)
tree0c065c794735c15d2f6f3b5b5c4ae92cffb43e2c /main/src
parentc07c3f0d087777bbda5c027cfd2c58a2be9a16b8 (diff)
Updated package version to 2.8.3
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 643a45195b..17bf5cb5a2 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.2";
- public static string PackageVersionLabel = "2.8.2";
+ public static string PackageVersion = "2.8.3";
+ public static string PackageVersionLabel = "2.8.3";
}
}