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: 6004f3940a2afa26b8bc953c6182b85c8c1391e9 (plain)
1
2
3
4
5
6
7
8
namespace MonoDevelop.Ide
{
	internal class BuildVariables
	{
		public static string PackageVersion = "3.0.4.6";
		public static string PackageVersionLabel = "3.0.4.6";
	}
}