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

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