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>2012-04-25 00:02:38 +0400
committerwww-data <www-data@pipeline.internalx.com>2012-04-25 00:02:38 +0400
commitbef49e133dde1d492ee56658677378c67b0c6ca6 (patch)
treec7c142093f13f2eb75e7ea5adf1443892dfbf521 /main/src
parent0100262aeef5089207a7d562c16f9f7cc22ab789 (diff)
Updated package version to 2.9.6
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 7026585722..d5248466bd 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.5";
- public static string PackageVersionLabel = "2.9.5";
+ public static string PackageVersion = "2.9.6";
+ public static string PackageVersionLabel = "2.9.6";
}
}