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-06-08 11:25:34 +0400
committerwww-data <www-data@pipeline.internalx.com>2012-06-08 11:25:34 +0400
commit1b6ffb8235519a006d51afd98014ad20186cfd1b (patch)
treed672230343bf4ff50708302148a2d61bd7ee0ae0 /main/src
parentb494ad606baa3f5a9ade3d6af2c57fb26183154b (diff)
Updated package version to 3.0.3.1monodevelop-3.0.3.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 a9fcd525d3..0e2a0bed00 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 = "3.0.3";
- public static string PackageVersionLabel = "3.0.3";
+ public static string PackageVersion = "3.0.3.1";
+ public static string PackageVersionLabel = "3.0.3.1";
}
}