Welcome to mirror list, hosted at ThFree Co, Russian Federation.

BuildVariables.cs.in « MonoDevelop.Core « core « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 49b114ae659a179a74b9095de7e243cfd24acaa4 (plain)
1
2
3
4
5
6
7
8
9
10
namespace MonoDevelop
{
	public static class BuildInfo
	{
		public const string Version = "@PACKAGE_VERSION@";
		public const string VersionLabel = "@PACKAGE_VERSION_LABEL@";
		public const string CompatVersion = "@COMPAT_ADDIN_VERSION@";
	}
}