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>2012-09-07 00:20:54 +0400
committerwww-data <www-data@pipeline.internalx.com>2012-09-07 00:20:54 +0400
commit85f73d1c0d1bc86074a5d73895d10ff4385ef2d2 (patch)
tree41a1a8cad3f3c09a057f212cbebd2c5dc57824cc /main/src/core
parentf321cca2202e33c382d8439ead6097a799991741 (diff)
Updated package version to 3.0.4.6
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 6c22a05c85..6004f3940a 100644
--- a/main/src/core/MonoDevelop.Ide/BuildVariables.cs
+++ b/main/src/core/MonoDevelop.Ide/BuildVariables.cs
@@ -2,7 +2,7 @@ namespace MonoDevelop.Ide
{
internal class BuildVariables
{
- public static string PackageVersion = "3.0.4.5";
- public static string PackageVersionLabel = "3.0.4.5";
+ public static string PackageVersion = "3.0.4.6";
+ public static string PackageVersionLabel = "3.0.4.6";
}
}