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>2013-11-14 01:18:10 +0400
committerwww-data <www-data@pipeline.internalx.com>2013-11-14 01:18:10 +0400
commita2e867ec4b5d91df1e51e3a07ed69290b3c1c2ce (patch)
treed85840d4d162078aab4d5ea508c33abd6f6911b5 /main/src
parentdb16bcf797537290001169e7bd728787a0a1517f (diff)
Updated package version to 4.2.1
Diffstat (limited to 'main/src')
-rw-r--r--main/src/core/MonoDevelop.Core/BuildVariables.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/core/MonoDevelop.Core/BuildVariables.cs b/main/src/core/MonoDevelop.Core/BuildVariables.cs
index e83163875e..5d73c26663 100644
--- a/main/src/core/MonoDevelop.Core/BuildVariables.cs
+++ b/main/src/core/MonoDevelop.Core/BuildVariables.cs
@@ -2,8 +2,8 @@ namespace MonoDevelop
{
public static class BuildInfo
{
- public const string Version = "4.2";
- public const string VersionLabel = "4.2";
+ public const string Version = "4.2.1";
+ public const string VersionLabel = "4.2.1";
public const string CompatVersion = "4.0";
}
}