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

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