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

BuildVariables.cs « MonoDevelop.Ide « core « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8f41b1113f83a9405b4ed99c0674d14000d4a27f (plain)
1
2
3
4
5
6
7
8
9
namespace MonoDevelop.Ide
{
	internal class BuildVariables
	{
		public static string PackageVersion = "2.8.4.1";
		public static string PackageVersionLabel = "2.8.4.1";
	}
}