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
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2015-03-20 17:07:42 +0300
committerLluis Sanchez <lluis@xamarin.com>2015-03-20 17:09:17 +0300
commitfb917669e5ead54795e31aa9706c5f2a1f7fb5bf (patch)
treec2a39b3eedf076118ba01085eb21113a24b8b796 /main
parent66739f0c4d35fcfffdabc99e247edb9fd62a3390 (diff)
[Core] Build lane information is now internal
Diffstat (limited to 'main')
-rw-r--r--main/src/core/MonoDevelop.Core/BuildVariables.cs.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Core/BuildVariables.cs.in b/main/src/core/MonoDevelop.Core/BuildVariables.cs.in
index cf14ccc588..69ee59eb5b 100644
--- a/main/src/core/MonoDevelop.Core/BuildVariables.cs.in
+++ b/main/src/core/MonoDevelop.Core/BuildVariables.cs.in
@@ -5,7 +5,8 @@ namespace MonoDevelop
public const string Version = "@PACKAGE_VERSION@";
public const string VersionLabel = "@PACKAGE_VERSION_LABEL@";
public const string CompatVersion = "@COMPAT_ADDIN_VERSION@";
- public const string BuildLane = "@BUILD_LANE@";
+
+ internal const string BuildLane = "@BUILD_LANE@";
}
}